Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the Cross Origin Resource Sharing (CORS) properties.

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

Syntax

 
public CorsProperties Cors { get; set; }
 
public:
property CorsProperties^ Cors {
	CorsProperties^ get();
	void set(CorsProperties^ value);
}
 
member Cors : CorsProperties with get, set
 
Public Property Cors As CorsProperties
Return to top