C#
C++
F#
VB
SharedAccessBlobPolicies.Values Property
SharedAccessBlobPolicies::Values Property
SharedAccessBlobPolicies.Values Property
SharedAccessBlobPolicies.Values Property
Gets a collection containing the values in the shared access policies collection.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property ICollection<SharedAccessBlobPolicy^>^ Values { virtual ICollection<SharedAccessBlobPolicy^>^ get() sealed; }
abstract Values : ICollection<SharedAccessBlobPolicy> with get override Values : ICollection<SharedAccessBlobPolicy> with get
Property Value
Type: System.Collections.Generic.ICollection<SharedAccessBlobPolicy>System.Collections.Generic::ICollection<SharedAccessBlobPolicy^>^System.Collections.Generic.ICollection<SharedAccessBlobPolicy>System.Collections.Generic.ICollection(Of SharedAccessBlobPolicy)A collection of SharedAccessBlobPolicy items in the shared access policies collection.