DataPA Enterprise Dashboard Controls API Reference
Gets and sets the Security object for this object.

Namespace: DataPAClientConfig
Assembly: 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: SecurityInfo
The Security object for this object.

Return Value

Type: SecurityInfo
The Security object for this object.

Remarks