Bagikan melalui


GroupContract.BuiltIn Property

Definition

Gets true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.builtIn")]
public bool? BuiltIn { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.builtIn")>]
member this.BuiltIn : Nullable<bool>
Public ReadOnly Property BuiltIn As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to