JAMS Developer Guide
SetTenantId Method


MVPSI.JAMS Namespace > ILocalService Interface : SetTenantId Method
Sets the Tenant ID
Syntax
'Declaration
 
Sub SetTenantId( _
   ByVal tenantId As System.Integer _
) 
'Usage
 
Dim instance As ILocalService
Dim tenantId As System.Integer
 
instance.SetTenantId(tenantId)
void SetTenantId( 
   System.int tenantId
)

Parameters

tenantId
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ILocalService Interface
ILocalService Members