JAMS Developer Guide
Load(PropertyDefinition,Int32,Server) Method


MVPSI.JAMS Namespace > PropertyDefinition Class > Load Method : Load(PropertyDefinition,Int32,Server) Method
PropertyDefinition.
The PropertyID of the PropertyDefinition.
The JAMS Server to load from.
Load the PropertyDefinition with the specified ID, from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef propertyDefinition As PropertyDefinition, _
   ByVal propertyID As System.Integer, _
   ByVal js As Server _
) 
'Usage
 
Dim propertyDefinition As PropertyDefinition
Dim propertyID As System.Integer
Dim js As Server
 
PropertyDefinition.Load(propertyDefinition, propertyID, js)
public static void Load( 
   out PropertyDefinition propertyDefinition,
   System.int propertyID,
   Server js
)

Parameters

propertyDefinition
PropertyDefinition.
propertyID
The PropertyID of the PropertyDefinition.
js
The JAMS Server to load from.
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

PropertyDefinition Class
PropertyDefinition Members
Overload List