SharedAccessQueuePolicies.Item Property (String) (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
SharedAccessQueuePolicies.Item Property (String)
SharedAccessQueuePolicies::Item Property (String^)
SharedAccessQueuePolicies.Item Property (String)
SharedAccessQueuePolicies.Item Property (String)
Gets or sets the SharedAccessQueuePolicy item associated with the specified key.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property SharedAccessQueuePolicy^ default[
String^ key
] {
virtual SharedAccessQueuePolicy^ get(String^ key) sealed;
virtual void set(String^ key, SharedAccessQueuePolicy^ value) sealed;
}
abstract Item :
key:string -> SharedAccessQueuePolicy with get, set
override Item :
key:string -> SharedAccessQueuePolicy with get, set
Parameters
- key
-
Type:
System.StringSystem::String^System.StringSystem.String
A string containing the key of the value to get or set.
Property Value
Type:
Microsoft.WindowsAzure.Storage.Queue.SharedAccessQueuePolicyMicrosoft.WindowsAzure.Storage.Queue::SharedAccessQueuePolicy^Microsoft.WindowsAzure.Storage.Queue.SharedAccessQueuePolicyMicrosoft.WindowsAzure.Storage.Queue.SharedAccessQueuePolicyThe SharedAccessQueuePolicy item associated with the specified key, or null if key is not in the shared access policies collection.
Return to top
Gets or sets the SharedAccessQueuePolicy item associated with the specified key.
Syntax
C++
public: property SharedAccessQueuePolicy^ default[ String^ key ] { virtual SharedAccessQueuePolicy^ get(String^ key) sealed; virtual void set(String^ key, SharedAccessQueuePolicy^ value) sealed; }
abstract Item : key:string -> SharedAccessQueuePolicy with get, set override Item : key:string -> SharedAccessQueuePolicy with get, set
Parameters
- key
-
Type:
System.StringSystem::String^System.StringSystem.String
A string containing the key of the value to get or set.
Property Value
Type: Microsoft.WindowsAzure.Storage.Queue.SharedAccessQueuePolicyMicrosoft.WindowsAzure.Storage.Queue::SharedAccessQueuePolicy^Microsoft.WindowsAzure.Storage.Queue.SharedAccessQueuePolicyMicrosoft.WindowsAzure.Storage.Queue.SharedAccessQueuePolicyThe SharedAccessQueuePolicy item associated with the specified key, or null if key is not in the shared access policies collection.