Condividi tramite


Group.IsReadOnly Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to