JAMS Developer Guide
DynamicPropertyHelperAttribute Class
Members 


MVPSI.JAMS Namespace : DynamicPropertyHelperAttribute Class
The DynamicPropertyHelper attribute marks properties as dynamic property helpers. This prevents them from being included in a TypeDescriptor since the dynamic property will be included.
Object Model
DynamicPropertyHelperAttribute Class
Syntax
'Declaration
 
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Property, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class DynamicPropertyHelperAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As DynamicPropertyHelperAttribute
[System.AttributeUsage(ValidOn=AttributeTargets.Property, 
   AllowMultiple=false, 
   Inherited=true)]
public class DynamicPropertyHelperAttribute : System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      MVPSI.JAMS.DynamicPropertyHelperAttribute

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

Reference

DynamicPropertyHelperAttribute Members
MVPSI.JAMS Namespace