Compartir a través de


SitePatchResource.Reserved Propiedad

Definición

Obtiene o establece <code>true</code> si está reservado; en caso contrario, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.reserved")]
public bool? Reserved { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.reserved")>]
member this.Reserved : Nullable<bool> with get, set
Public Property Reserved As Nullable(Of Boolean)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a