ServiceSettingsDictionary.AzureActiveDirectoryTenants Property

 

Gets or sets a comma separated list of allowed AAD tenants. These should be specified as tenant domain names.

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

Syntax

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

Property Value

Type: System.String

See Also

ServiceSettingsDictionary Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top