Udostępnij za pośrednictwem


SharedAccessBlobPolicies.Values Property

Definition

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

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

Property Value

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

Implements

Applies to