Share via


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)

Syntax

public virtual string CrossDomainOrigins { get; set; }
public:
property String^ CrossDomainOrigins {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract CrossDomainOrigins : string with get, set
override CrossDomainOrigins : string with get, set
Public Overridable Property CrossDomainOrigins As String

Property Value

Type: System.String

See Also

ServiceSettingsDictionary Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top