WorkItem.IsValid Method
Validates the fields of this work item.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Function IsValid As Boolean
public bool IsValid()
public:
bool IsValid()
member IsValid : unit -> bool
public function IsValid() : boolean
Return Value
Type: System.Boolean
True if all fields are valid. False if at least one field is 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.