TenantInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.