FindRealTimeFieldInfo Method
- Last UpdatedApr 08, 2026
- 1 minute read
Gets RealTimeFieldInfo object corresponding to the specified field.
public virtual RealTimeFieldInfo FindRealTimeFieldInfo(
string fieldName
)
public:
virtual RealTimeFieldInfo^ FindRealTimeFieldInfo(
String^ fieldName
)
Parameters
- fieldName
- Field name to find from fields of structure.
Return Value
If field is found then return RealTimeFieldInfo else null object.