| ValidationResultsHasErrors Property  | 
            Gets a value indicating whether 
Results contains any errors.
            
 
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool HasErrors { get; }Public ReadOnly Property HasErrors As Boolean
	Get
public:
property bool HasErrors {
	bool get ();
}member HasErrors : bool with get
Property Value
Type: 
Boolean
See Also