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