Share via


ITestPointAssignment.ConfigurationId Property

 

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