ISharedStepHelper.DoRequiredFieldsExist Method ()
Returns a value that indicates whether the administrator has customized this work item type to omit some or all fields that are required for all shared steps.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
bool DoRequiredFieldsExist()
bool DoRequiredFieldsExist()
abstract DoRequiredFieldsExist : unit -> bool
Function DoRequiredFieldsExist As Boolean
Return Value
Type: System.Boolean
true if the administrator has not customized this work item type to omit some or all the fields that are required for all shared steps; otherwise, false.
See Also
ISharedStepHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top