JAMS Developer Guide
Find Method (PropertyDefinition)


MVPSI.JAMS Namespace > PropertyDefinition Class : Find Method
The JAMS Server to search.
Creates and loads a new PropertyDefinition list
Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal propertyOf As PropertyOf, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of PropertyDefinition)
'Usage
 
Dim propertyOf As PropertyOf
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of PropertyDefinition)
 
value = PropertyDefinition.Find(propertyOf, js)
public static System.Collections.Generic.ICollection<PropertyDefinition> Find( 
   PropertyOf propertyOf,
   Server js
)

Parameters

propertyOf
js
The JAMS Server to search.

Return Value

The new PropertyDefinition collection.
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