| LayoutGetField Method |
Returns the Layout field identified by the supplied fieldName.
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 fieldName
)
Public Function GetField (
fieldName As String
) As LayoutField
Parameters
- fieldName
- Type: SystemString
The name of the field.
Return Value
Type:
LayoutField
The Layout field identified by the supplied
fieldName. If the field does not exist, it returns
null.
See Also