共用方式為


PasswordProfile.ForceChangePasswordNextLogin Property

Definition

Gets or sets whether to force a password change on next login.

[Newtonsoft.Json.JsonProperty(PropertyName="forceChangePasswordNextLogin")]
public bool? ForceChangePasswordNextLogin { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="forceChangePasswordNextLogin")>]
member this.ForceChangePasswordNextLogin : Nullable<bool> with get, set
Public Property ForceChangePasswordNextLogin As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to