Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: 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
- 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.