LBM .Net API Documentation
locate Method (name)
Namespacescom.latencybusters.lbm.sdmLBMSDMFieldslocate(String)
Get a field in the field set based on the name. Note calling locate() many times on the same message is not optimal. When processing multiple fields in a message, looping through by index and comparing the name may be more efficient, eliminating unnecessary string compares.
Declaration Syntax
C#
public virtual LBMSDMField locate(
	string name
)
Parameters
name (String)
The name of the field to be searched for.
Return Value
the LBMSDMField or null

Assembly: lbmcssdm (Module: lbmcssdm) Version: 6.7.1.0