Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ID of the requirement work item from which this suite is populated.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
int RequirementId { get; }
property int RequirementId {
int get();
}
abstract RequirementId : int with get
ReadOnly Property RequirementId As Integer
Property Value
Type: System.Int32
The numeric ID.
See Also
IRequirementTestSuite Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top