Click or drag to resize

UserInfoAccountIsDisabled Property

Gets flag that determines if account is disabled for this user.

Namespace: GSF.Identity
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public bool AccountIsDisabled { get; }
View Source

Property Value

Boolean
Exceptions
ExceptionCondition
SecurityExceptionUser account control information cannot be obtained, may not have needed rights.
InvalidOperationExceptionUnknown error. Invalid value returned when querying user account control.
See Also