Click or drag to resize
RegisteredPropertiesTParentRemoveProperty Method
Removes the property name to the collection of registered properties (Ensures locking for thread safety)

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
protected bool RemoveProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name

Return Value

Type: Boolean
Returns true if property name was successfully removed, otherwise false
See Also