AADOAuthAuthentication.Tenant Property
Optional. Gets or sets the tenant.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public string Tenant { get; set; }
public:
property String^ Tenant {
String^ get();
void set(String^ value);
}
member Tenant : string with get, set
Public Property Tenant As String
Property Value
Type: System.String
See Also
AADOAuthAuthentication Class
Microsoft.WindowsAzure.Scheduler.Models Namespace
Return to top