Click or drag to resize
RegisterPropertyAttribute Constructor (String)
Constructor

Namespace: CMS
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public RegisterPropertyAttribute(
	string name
)

Parameters

name
Type: SystemString
Property name, if not set, the original property name is used
See Also