User.AccountEnabled Property

Definition

true if the account is enabled; otherwise, false. This property is required when a user is created.

[System.Text.Json.Serialization.JsonPropertyName("AccountEnabled")]
public bool? AccountEnabled { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("AccountEnabled")>]
member this.AccountEnabled : Nullable<bool> with get, set
Public Property AccountEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to