Share via


Volume.AccessControlRecordIds Property

Definition

Gets or sets the IDs of the access control records, associated with the volume.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.accessControlRecordIds")]
public System.Collections.Generic.IList<string> AccessControlRecordIds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.accessControlRecordIds")>]
member this.AccessControlRecordIds : System.Collections.Generic.IList<string> with get, set
Public Property AccessControlRecordIds As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to