Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the allowed protocols for a shared access signature associated with this shared access policy.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public Nullable<SharedAccessProtocol> Protocols { get; set; }
 
public:
property Nullable<SharedAccessProtocol> Protocols {
	Nullable<SharedAccessProtocol> get();
	void set(Nullable<SharedAccessProtocol> value);
}
 
member Protocols : Nullable<SharedAccessProtocol> with get, set
 
Public Property Protocols As Nullable(Of SharedAccessProtocol)
Return to top