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