Click or drag to resize

MessageExists Method

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
)

Parameters

fieldName
Type: SystemString
The name of the field.

Return Value

Type: Boolean
true 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