RegisteredPropertiesTParentRemoveProperty Method |
Removes the property name to the collection of registered properties (Ensures locking for thread safety)
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax protected bool RemoveProperty(
string propertyName
)
Parameters
- propertyName
- Type: SystemString
Property name
Return Value
Type:
BooleanReturns true if property name was successfully removed, otherwise false
See Also