| 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
)
Public Function Exists (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
The name of the field.
Return Value
Type:
Booleantrue 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