Returns true if the field identified by fieldName exists in the Layout of the Message.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public bool Exists(
string fieldName
)
Public Function Exists (
fieldName As String
) As Boolean
Parameters
- fieldName
- Type: SystemString
The name of the field.
Return Value
Type:
Booleantrue if the field identified by
fieldName
exists in the Layout of the Message. It returns
false if the
Message does not have a Layout.
See Also