'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.