PropertyAttribute Class
KalikoCMS.Attributes Namespace : PropertyAttribute Class |
Used to decorate properties in pagetypes. This attribute is required in order for the system to recognize a property as being a page property.
Syntax
'Declaration
<AttributeUsageAttribute(ValidOn=AttributeTargets.Property, AllowMultiple=False, Inherited=True)> Public Class PropertyAttribute Inherits System.Attribute
[AttributeUsage(ValidOn=AttributeTargets.Property, AllowMultiple=false, Inherited=true)] public class PropertyAttribute : System.Attribute
Inheritance Hierarchy
System.Object
System.Attribute
KalikoCMS.Attributes.PropertyAttribute
KalikoCMS.PropertyType.ImagePropertyAttribute
KalikoCMS.PropertyType.SelectorPropertyAttribute
KalikoCMS.PropertyType.TagPropertyAttribute
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2