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 or sets the configuration ID for the test point to reassign.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
int ConfigurationId { get; set; }
property int ConfigurationId {
int get();
void set(int value);
}
abstract ConfigurationId : int with get, set
Property ConfigurationId As Integer
Property Value
Type: System.Int32
The configuration identifier.
See Also
ITestConfiguration
ITestPointAssignment Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top