ServiceSettingsDictionary::CrossDomainOrigins Property

 

Gets or sets a comma-separated list of origins that are allowed to access the resource.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
property String^ CrossDomainOrigins {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: