Share via


ExportPolicyRule.UnixReadOnly Property

Definition

Gets or sets read only access

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to