ITestCaseHelper.DoRequiredFieldsExist Method

Returns a value that indicates whether the administrator has customized this work item type to omit some or all of the fields that are required for all test cases.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Function DoRequiredFieldsExist As Boolean
bool DoRequiredFieldsExist()
bool DoRequiredFieldsExist()
abstract DoRequiredFieldsExist : unit -> bool 
function DoRequiredFieldsExist() : boolean

Return Value

Type: System.Boolean
true if administrator has not customized this work item type to omit some or all of the fields that are required for all test cases; otherwise, false.

.NET Framework Security

See Also

Reference

ITestCaseHelper Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace