UserPrincipalInfo.Enabled Property

Gets or sets a Nullable Boolean value that specifies whether this account is enabled for authentication.
Public Property Enabled() As Nullable(Of Boolean)
This language is not supported or no code example is available.
public Nullable<bool> Enabled {get; set;}
This language is not supported or no code example is available.

Property Value

Nullable<bool>

true if the principal is enabled, or null reference (Nothing in Visual Basic) if the account has not been persisted; otherwise false.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition