共用方式為


BillingProperty.IsAccountAdmin 屬性

定義

取得指出使用者是否為帳戶管理員。

[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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於