DataPA Enterprise Dashboard Controls API Reference
Gets and sets a password required to open the security screen.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Property Value

Type: String
A password required to open the security screen.

Return Value

Type: String
A password required to open the security screen.

Remarks