Compartir a través de


Sku.Family Propiedad

Definición

Obtiene o establece la familia de SKU que se va a usar. Valores válidos: (C, P). (C = Básico/Estándar, P = Premium). Entre los valores posibles se incluyen: "C", "P"

[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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a