Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks if at least one validation rule is broken.
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Function HasErrors As Boolean
public bool HasErrors()
public:
bool HasErrors()
member HasErrors : unit -> bool
public function HasErrors() : boolean
Return Value
Type: System.Boolean
True if no validation rule is broken, false otherwise.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.