Click or drag to resize

LayoutMessageGetField Method

Returns the field identified by specified name.

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

Parameters

name
Type: SystemString
The name of the required field.

Return Value

Type: LayoutField
The required field or null if the field is not defined. It also returns null if this LayoutMessage does not have a Layout.
See Also