共用方式為


CheckGroupMembershipResult.Value Property

Definition

Gets or sets true if the specified user, group, contact, or service principal has either direct or transitive membership in the specified group; otherwise, 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to