Share via


ScopePropertyType.Immutable Property

Definition

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.StrictBooleanConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="immutable")]
public bool Immutable { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.StrictBooleanConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="immutable")>]
member this.Immutable : bool with get, set
Public Property Immutable As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to