PropertyTypeAttribute Class

Members 

Used to decorate custom property types. This attribute is required in order for the system to find and add the property type to the system.

Syntax

'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class PropertyTypeAttribute 
   Inherits System.Attribute
[AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class PropertyTypeAttribute : System.Attribute 

Inheritance Hierarchy

System.Object
   System.Attribute
      KalikoCMS.Attributes.PropertyTypeAttribute

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

See Also

This documentation was created using Document! X from Innovasys