Share via


Agreement.Category Property

Definition

Gets the category of the agreement signed by a customer. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to