WorkItem.Validate Method
Gets an ArrayList of fields in this work item that are not valid.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Function Validate As ArrayList
public ArrayList Validate()
public:
ArrayList^ Validate()
member Validate : unit -> ArrayList
public function Validate() : ArrayList
Return Value
Type: System.Collections.ArrayList
An ArrayList of the fields in this work item that are not valid.
.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.