DataPA Enterprise Dashboard Controls API Reference
Gets and sets the Security object for this object.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# |
|---|
public SecurityInfo Security { get; set; } |
| Visual Basic |
|---|
Public Property Security As SecurityInfo
Get
Set |
| Visual C++ |
|---|
public:
virtual property SecurityInfo^ Security {
SecurityInfo^ get () sealed;
void set (SecurityInfo^ value) sealed;
} |
Property Value
Type:
SecurityInfoThe Security object for this object.
Return Value
Type:
SecurityInfoThe Security object for this object.
Remarks
See Also