PropertyAttribute Constructor |
Extends the class with the specified extension
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public PropertyAttribute(
Type extensionType,
string propertyName
)
Parameters
- extensionType
- Type: SystemType
Extension type - propertyName
- Type: SystemString
Property name
See Also