FindEnumInfoForConstant Method
- Last UpdatedApr 08, 2026
- 1 minute read
Finds a RealTimeEnumInfo object for the specified enumConstant.
public RealTimeEnumInfo FindEnumInfoForConstant(
string enumConstant
)
public:
RealTimeEnumInfo^ FindEnumInfoForConstant(
String^ enumConstant
)
Parameters
- enumConstant
- The enumeration constant name.
Return Value
RealTimeEnumInfo object if enumConstant is found. Otherwise, a null reference (Nothing in Visual Basic).