次の方法で共有


BillingProperty.CostCenter プロパティ

定義

サブスクリプションに適用されるコスト センターを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.costCenter")]
public string CostCenter { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.costCenter")>]
member this.CostCenter : string with get, set
Public Property CostCenter As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象