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