Remove(String) Method
Removes a PropertyDefinition from the dictionary by it's SystemName
Syntax
public System.bool Remove(
System.string systemName
)Public Overloads Function Remove( _
ByVal systemName As System.String _
) As System.BooleanParameters
| Name | Description |
|---|---|
| systemName | The system name of the PropertyDefinition to remove |
Return Value
True if the PropertyDefinition was successfully remove. False otherwise