Freigeben über


ITestPointAssignment.ConfigurationId-Eigenschaft

Ruft die Konfigurations-ID für den Testfall des neu zuzuweisenden Punkts ab oder legt diese fest.

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)

Eigenschaftswert

Typ: Int32
Der Konfigurationsbezeichner.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestPointAssignment Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace

ITestConfiguration