次の方法で共有


ADGroupInner.SecurityEnabled プロパティ

定義

グループがセキュリティを有効にするかどうかを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象