MobileAppSettingsDictionary.AzureActiveDirectoryTenants Property
Gets or sets a comma separated list of allowed Azure Active Directory tenants. These should be specified as tenant domain names.
Namespace: Microsoft.Azure.Mobile.Server
Assembly: Microsoft.Azure.Mobile.Server (in Microsoft.Azure.Mobile.Server.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
MobileAppSettingsDictionary Class
Microsoft.Azure.Mobile.Server Namespace
Return to top