| LayoutExists Method |
Returns true if the field identified by fieldName exists in the Layout.
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 fieldName
)
Public Function Exists (
fieldName As String
) As Boolean
Parameters
- fieldName
- Type: SystemString
The name of the field.
Return Value
Type:
Booleantrue if the field identified by
fieldName
exists in the Layout.
See Also