Click or drag to resize

LayoutMessageExists Method

Returns true if the field identified by name exists in the Layout of this LayoutMessage.

Namespace:  OBCOM.NetSwitchLib.Layouts
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public bool Exists(
	string name
)

Parameters

name
Type: SystemString
The name of the field.

Return Value

Type: Boolean
true if the field identified by name exists in the Layout of this LayoutMessage. It returns false if this LayoutMessage does not have a Layout.
See Also