DataPA Enterprise Dashboard Controls API Reference
Gets the password required to access the security screen.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public string SecurityPassword { get; }
Visual Basic
Public ReadOnly Property SecurityPassword As String
	Get
Visual C++
public:
virtual property String^ SecurityPassword {
	String^ get () sealed;
}

Return Value

Type: String
The password required to access the security screen.

Remarks