Represents the literal value of an Enum member
            
Inheritance Hierarchy 
Namespace: WorkflowGen.My.EnumsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic class EnumLiteral : Attribute
Public Class EnumLiteral
	Inherits Attribute
The EnumLiteral type exposes the following members.
Constructors| 
								 
							 | Name | Description | 
|---|
  | EnumLiteral | 
            Initializes a new instance of the EnumLiteral class
              | 
Top
Properties| 
								 
							 | Name | Description | 
|---|
  | Text | 
            The literal value of the enum member
              | 
Top
See Also