ClientConfigSecurity Property |
|
DataPA OpenAnalytics 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 public SecurityInfo Security { get; set; }
Public Property Security As SecurityInfo
Get
Set
public:
virtual property SecurityInfo^ Security {
SecurityInfo^ get () sealed;
void set (SecurityInfo^ value) sealed;
}
function get_Security();
function set_Security(value);
Property Value
Type:
SecurityInfoThe Security object for this object.
Return Value
Type:
SecurityInfoThe Security object for this object.
Remarks See Also