[This is preliminary documentation and is subject to change.]

Stores default value of property of enumeration type

Namespace: Tools.ComponentModelT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class EnumDefaultValueAttribute : DefaultValueAttribute
Visual Basic
Public Class EnumDefaultValueAttribute _
	Inherits DefaultValueAttribute
Visual C++
public ref class EnumDefaultValueAttribute : public DefaultValueAttribute
F#
type EnumDefaultValueAttribute =  
    class
        inherit DefaultValueAttribute
    end
JScript
public class EnumDefaultValueAttribute extends DefaultValueAttribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    System.ComponentModel..::..DefaultValueAttribute
      Tools.ComponentModelT..::..EnumDefaultValueAttribute

See Also

Collapse/expand Version History

1.5.2

  • (Nightly) Class introduced