Click or drag to resize

LayoutIsComplete Property

Returns true if the Layout is complete.

Namespace:  OBCOM.NetSwitchLib.Layouts
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public bool IsComplete { get; }

Return Value

Type: Boolean
true if the Layout is complete.
Remarks
A layout is complete when it's name, fields and signature have all been properly defined. A complete Layout is immutable, hence none of its properties can be changed.
See Also