Share via


ExportPolicyRule.UnixReadWrite Property

Definition

Gets or sets read and write access

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to