Parameters
- value
- The enumeration value to be found.
Return Value
null
reference. When there is more than one match, the first matching enumeration member found is returned.
This method can return null
(Nothing
in Visual Basic).
null
reference. When there is more than one match, the first matching enumeration member found is returned.
This method can return null
(Nothing
in Visual Basic).
For finding an enumeration value that corresponds to given name, use the fact that EnumerationMembers is a collection keyed by the enumeration member names.
This member is not compatible with VBScript.