SetTenant |
Scroll |
In a multi-tenant environment this specifies the tenant to connect to. If this is not set, then the default tenant is used.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetTenant ( _ strTenant As String ) C# public virtual void SetTenant ( string strTenant )
Parameters strTenant The tenant name to connect to.
Return Value None.
|