SharedAccessBlobPolicies.Values Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
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.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
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.
Return to top
Gets a collection containing the values in the shared access policies collection.
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.