JAMS Developer Guide
Load Method (Tenant)


MVPSI.JAMS Namespace > Tenant Class : Load Method
Loads a tenant on a given server.
Syntax
'Declaration
 
Public Shared Function Load( _
   ByVal js As Server _
) As Tenant
'Usage
 
Dim js As Server
Dim value As Tenant
 
value = Tenant.Load(js)
public static Tenant Load( 
   Server js
)

Parameters

js
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

Tenant Class
Tenant Members