EnumsHelperGetEnumAttribute Method |
Retrieves the value of an Enum attribute
Namespace: WorkflowGen.My.EnumsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax public static Object GetEnumAttribute(
Enum e,
Type attributeType
)
Public Shared Function GetEnumAttribute (
e As Enum,
attributeType As Type
) As Object
Parameters
- e
- Type: SystemEnum
The Enum to retrieve the attribute from - attributeType
- Type: SystemType
The type of the attribute to retrieve
Return Value
Type:
ObjectAn object representing the value of an
Enum attribute
See Also