DataPA Enterprise Dashboard Controls API Reference
Gets the password required to access the security screen.
Namespace: DataPAClientConfigAssembly: 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:
StringThe password required to access the security screen.
Remarks
See Also