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

'Declaration
Property ConfigurationId As Integer
int ConfigurationId { get; set; }
property int ConfigurationId {
    int get ();
    void set (int value);
}
abstract ConfigurationId : int with get, set
function get ConfigurationId () : int
function set ConfigurationId (value : int)

Property Value

Type: System.Int32
The configuration identifier.

.NET Framework Security

See Also

Reference

ITestPointAssignment Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestConfiguration