Sku.Family Property

Definition

Gets or sets the Sku Family

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to