GroupSecurityPassword Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a password required to open the security screen.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SecurityPassword { get; set; }
Public Property SecurityPassword As String
Get
Set
public:
virtual property String^ SecurityPassword {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_SecurityPassword();
function set_SecurityPassword(value);
Property Value
Type:
StringA password required to open the security screen.
Return Value
Type:
StringA password required to open the security screen.
Remarks See Also