JAMS Developer Guide
Check Method (PropertyDefinition)


MVPSI.JAMS Namespace > PropertyDefinition Class : Check Method
The ID of the PropertyDefinition that we want to check.
The Name of the PropertyDefinition that we want to check.
The desired access.
The JAMS Server that should do the check.
Checks a PropertyDefinition against a JAMS Server.
Syntax
'Declaration
 
Public Shared Sub Check( _
   ByRef propertyID As System.Integer, _
   ByVal propertyName As System.String, _
   ByVal access As ObjectAccess, _
   ByVal js As Server _
) 
'Usage
 
Dim propertyID As System.Integer
Dim propertyName As System.String
Dim access As ObjectAccess
Dim js As Server
 
PropertyDefinition.Check(propertyID, propertyName, access, js)
public static void Check( 
   ref System.int propertyID,
   System.string propertyName,
   ObjectAccess access,
   Server js
)

Parameters

propertyID
The ID of the PropertyDefinition that we want to check.
propertyName
The Name of the PropertyDefinition that we want to check.
access
The desired access.
js
The JAMS Server that should do the check.
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