Click or drag to resize
RegisteredPropertiesTParentAddProperty Method
Adds 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: 9.0.0
Syntax
C#
protected void AddProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name
See Also