Share via


AzureActiveDirectoryLoginAuthenticationProvider.Tenants Property

 

The collection of tenants that should be allowed.

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

Syntax

public Collection<string> Tenants {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property Collection<String^>^ Tenants {
    [CompilerGeneratedAttribute]
    Collection<String^>^ get();
    [CompilerGeneratedAttribute]
    private: void set(Collection<String^>^ value);
}
member Tenants : Collection<string> with get, private set
Public Property Tenants As Collection(Of String)
    Get
    Private Set
End Property

Property Value

Type: System.Collections.ObjectModel.Collection<String>

See Also

AzureActiveDirectoryLoginAuthenticationProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace

Return to top