SecurityInfoAllowChangePassword Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates whether the user can change their password
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AllowChangePassword { get; }
Public ReadOnly Property AllowChangePassword As Boolean
Get
public:
virtual property bool AllowChangePassword {
bool get () sealed;
}
function get_AllowChangePassword();
Return Value
Type:
BooleanTrue if the user can change their password
Remarks See Also