Click or drag to resize

EnumsHelperGetEnumAttribute Method

Retrieves the value of an Enum attribute

Namespace:  WorkflowGen.My.Enums
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public static Object GetEnumAttribute(
	Enum e,
	Type attributeType
)

Parameters

e
Type: SystemEnum
The Enum to retrieve the attribute from
attributeType
Type: SystemType
The type of the attribute to retrieve

Return Value

Type: Object
An object representing the value of an Enum attribute
See Also