Remove(Int64) Method
Removes a PropertyDefinition from the dictionary by it's PropertyDefinition.Id
Syntax
public System.bool Remove(
System.long id
)Public Overloads Function Remove( _
ByVal id As System.Long _
) As System.BooleanParameters
| Name | Description |
|---|---|
| id | The id of the PropertyDefinition to remove |
Return Value
True if the PropertyDefinition was successfully remove. False otherwise