Visual Basic (Declaration) | |
---|---|
Public Property Spec As ReportHtml.BROWSER |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ReportHtml Dim value As ReportHtml.BROWSER instance.Spec = value value = instance.Spec |
C# | |
---|---|
public ReportHtml.BROWSER Spec {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property ReportHtml.BROWSER get_Spec(); public: __property void set_Spec( ReportHtml.BROWSER value ); |
C++/CLI | |
---|---|
public: property ReportHtml.BROWSER Spec { ReportHtml.BROWSER get(); void set ( ReportHtml.BROWSER value); } |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family