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.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property CorsProperties^ Cors { CorsProperties^ get(); void set(CorsProperties^ value); }