'Declaration
Public Overloads Shared Function Exists( _ ByVal propertyName As System.String, _ ByVal js As Server _ ) As System.Boolean
'Usage
Dim propertyName As System.String Dim js As Server Dim value As System.Boolean value = PropertyDefinition.Exists(propertyName, js)
public static System.bool Exists( System.string propertyName, Server js )
Parameters
- propertyName
- PropertyDefinition Name.
- js
- JAMS Server.
Return Value
True if the PropertyDefinition exists.