| LayoutFieldDefinedDefault Property |
Returns the defined default value of the field.
Namespace:
OBCOM.NetSwitchLib.Layouts
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public string DefinedDefault { get; }
Public ReadOnly Property DefinedDefault As String
Get
Return Value
Type:
String
The defined default value of this field.
Remarks
If the field does not have a defined default value, it returns
null.
See Also