Share via


SharedAccessTablePolicies.Values Property

Definition

Gets a collection containing the values in the shared access policies collection.

public System.Collections.Generic.ICollection<Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy> Values { get; }
member this.Values : System.Collections.Generic.ICollection<Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy>
Public ReadOnly Property Values As ICollection(Of SharedAccessTablePolicy)

Property Value

A collection of SharedAccessTablePolicy items in the shared access policies collection.

Implements

Applies to