JAMS Developer Guide
Load(PropertyDefinition,String) Method


MVPSI.JAMS Namespace > PropertyDefinition Class > Load Method : Load(PropertyDefinition,String) Method
PropertyDefinition.
Name of the PropertyDefinition.
Load the PropertyDefinition with the specified name from the current JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef propertyDefinition As PropertyDefinition, _
   ByVal propertyName As System.String _
) 
'Usage
 
Dim propertyDefinition As PropertyDefinition
Dim propertyName As System.String
 
PropertyDefinition.Load(propertyDefinition, propertyName)
public static void Load( 
   out PropertyDefinition propertyDefinition,
   System.string propertyName
)

Parameters

propertyDefinition
PropertyDefinition.
propertyName
Name of the PropertyDefinition.
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