SecurityInfoSecurityPassword Property |
|
DataPA OpenAnalytics API Reference
Gets the password required to access the security screen.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SecurityPassword { get; }
Public ReadOnly Property SecurityPassword As String
Get
public:
virtual property String^ SecurityPassword {
String^ get () sealed;
}
function get_SecurityPassword();
Return Value
Type:
StringThe password required to access the security screen.
Remarks See Also