BillingProperty.IsAccountAdmin Property

Definition

Gets indicates whether user is the account admin.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to