次の方法で共有


UserGetMemberGroupsParameters.SecurityEnabledOnly プロパティ

定義

true の場合は、セキュリティが有効なグループのメンバーシップのみを確認する必要があります。 それ以外の場合は、すべてのグループのメンバーシップを確認する必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象