DataCollectorBaseIsReady Property  | 
 
            Gets a value indicating whether this instance is ready. By default this property always returns false. Implement
            this property in a derived class to check whether all information has been gatherered.
            
 
    Namespace: 
   SD.LLBLGen.Pro.Core.GeneralDataStructures
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax[BrowsableAttribute(false)]
public virtual bool IsReady { get; }<BrowsableAttribute(false)>
Public Overridable ReadOnly Property IsReady As Boolean
	Get
Property Value
Type: 
Boolean
See Also