CacheUsernameDownloadSettings.ExtendedGroups Property

Definition

Gets or sets whether or not Extended Groups is enabled.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to