DevForce Help Reference
ConfigEditorAttribute Class
Members 


Specifies how a property is handled by the IdeaBlade ConfigurationEditor
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class Or  _
    AttributeTargets.Property, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class ConfigEditorAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As ConfigEditorAttribute
[AttributeUsage(ValidOn=AttributeTargets.Class | 
    AttributeTargets.Property, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class ConfigEditorAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
Inheritance Hierarchy

System.Object
   System.Attribute
      IdeaBlade.Core.Configuration.ConfigEditorAttribute

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

ConfigEditorAttribute Members
IdeaBlade.Core.Configuration Namespace

Send Feedback