ValidationResult.IsError Property

Returns true if the element is an error.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public ReadOnly Property IsError As Boolean
public bool IsError { get; }
public:
property bool IsError {
    bool get ();
}
public function get IsError () : boolean

See Also

ValidationResult Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace