IWFMOAuthService.GetTenantId Method

Function GetTenantId( _ 
ByVal token As String, _ 
ByVal tenant_name As String
) As String
This language is not supported or no code example is available.
string GetTenantId( 
string token
string tenant_name 
)
This language is not supported or no code example is available.
 
String^ GetTenantId( 
String^ token
String^ tenant_name 
)
This language is not supported or no code example is available.
function GetTenantId( 
token : String
tenant_name : String 
) : String;
This language is not supported or no code example is available.

Parameters

token
string

tenant_name
string

Return Value

string

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition