Share via


TenantInfo Constructors

Definition

Overloads

TenantInfo()

Initializes a new instance of the TenantInfo class.

TenantInfo(String)

Initializes a new instance of the TenantInfo class.

TenantInfo()

Initializes a new instance of the TenantInfo class.

public TenantInfo ();
Public Sub New ()

Applies to

TenantInfo(String)

Initializes a new instance of the TenantInfo class.

public TenantInfo (string id = default);
new Microsoft.Bot.Schema.Teams.TenantInfo : string -> Microsoft.Bot.Schema.Teams.TenantInfo
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

Unique identifier representing a tenant.

Applies to