ServiceProperties.Cors Property (Microsoft.WindowsAzure.Storage.Shared.Protocol)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
ServiceProperties.Cors Property
ServiceProperties::Cors Property
ServiceProperties.Cors Property
ServiceProperties.Cors Property
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
C++
public:
property CorsProperties^ Cors {
CorsProperties^ get();
void set(CorsProperties^ value);
}
Return to top
Gets or sets the Cross Origin Resource Sharing (CORS) properties.
Syntax
C++
public: property CorsProperties^ Cors { CorsProperties^ get(); void set(CorsProperties^ value); }