Click or drag to resize
PropertyAttribute Constructor
Extends the class with the specified extension

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public PropertyAttribute(
	Type extensionType,
	string propertyName
)

Parameters

extensionType
Type: SystemType
Extension type
propertyName
Type: SystemString
Property name
See Also