次の方法で共有


BillingAccount.HasReadAccess プロパティ

定義

取得は、ユーザーが課金アカウントへの読み取りアクセス権を持っているかどうかを示します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象