次の方法で共有


Agreement.Category プロパティ

定義

顧客によって署名された契約のカテゴリを取得します。 使用できる値は、'MicrosoftCustomerAgreement'、'AffiliatePurchaseTerms'、'Other' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.category")]
public string Category { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.category")>]
member this.Category : string
Public ReadOnly Property Category As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象