Click or drag to resize
PropertyAttribute Class
Extension attribute
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.BaseExtensionAttribute
      CMS.BasePropertyAttribute

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public class PropertyAttribute : ExtensionAttribute

The PropertyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodPropertyAttribute
Extends the class with the specified extension
Top
Properties
  NameDescription
Public propertyExtensionType
Extension type
(Inherited from ExtensionAttribute.)
Public propertyPropertyName
Property name
Top
Methods
  NameDescription
Protected methodGetExtensionObject
Creates an extension object based on extension type
(Inherited from ExtensionAttribute.)
Public methodRegisterTo
Registers the extension within the system
(Overrides ExtensionAttributeRegisterTo(Type).)
Top
See Also