Aracılığıyla paylaş


CommitmentTier.SkuName Property

Definition

Gets or sets the name of the SKU. Ex - P3. It is typically a letter+number code

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to