| 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 10, Windows NT, Windows Server