다음을 통해 공유


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

적용 대상