次の方法で共有


CheckGroupMembershipResultInner.Value プロパティ

定義

指定したユーザー、グループ、連絡先、またはサービス プリンシパルが、指定したグループに直接的または推移的なメンバーシップを持つ場合は、true を取得または設定します。それ以外の場合は false。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象