Share via


UserGetMemberGroupsParameters.SecurityEnabledOnly Property

Definition

Gets or sets if true, only membership in security-enabled groups should be checked. Otherwise, membership in all groups should be checked.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to