ITestPoint.ConfigurationId Property

Gets the identifier of the ITestConfiguration that this point tests.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
ReadOnly Property ConfigurationId As Integer
int ConfigurationId { get; }
property int ConfigurationId {
    int get ();
}
abstract ConfigurationId : int
function get ConfigurationId () : int

Property Value

Type: System.Int32
The configuration identifier.

.NET Framework Security

See Also

Reference

ITestPoint Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestConfiguration