Click or drag to resize

LayoutFieldDefault Property

Returns the 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 virtual string Default { get; }

Return Value

Type: String
The default value of the field.
Remarks
If the field does not have a defined default value, it returns the default value associatted with its type. This method never returns the null value.
See Also