Attribute used to give textual descriptions to enums.

Namespace:  FreeFlow
Assembly:  FreeFlow.Client (in FreeFlow.Client.dll) Version: 2.0.0.135

Syntax

C#
public sealed class EnumDescriptionAttribute : Attribute
Visual Basic (Declaration)
Public NotInheritable Class EnumDescriptionAttribute _
	Inherits Attribute
Visual C++
public ref class EnumDescriptionAttribute sealed : public Attribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    FreeFlow..::.EnumDescriptionAttribute

See Also