LayoutIsComplete Property  | 
 
            Returns true if the Layout is complete.
            
 
    Namespace: 
   OBCOM.NetClient
    Assembly:
   OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntaxpublic bool IsComplete { get; }Public ReadOnly Property IsComplete As Boolean
	Get
Return Value
Type: 
Booleantrue 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