Condividi tramite


Configuration.IsReadOnly Property

Definition

Gets if is the configuration read only. Possible values include: 'True', 'False'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isReadOnly")]
public string IsReadOnly { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isReadOnly")>]
member this.IsReadOnly : string
Public ReadOnly Property IsReadOnly As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to