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