DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates whether the user can change their password
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public bool AllowChangePassword { get; } |
Visual Basic |
---|
Public ReadOnly Property AllowChangePassword As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool AllowChangePassword {
bool get () sealed;
} |
Return Value
Type:
BooleanTrue if the user can change their password
Remarks
See Also