Freigeben über


ISession.TestConfigurationId-Eigenschaft

Name der Konfiguration, für die diese Sitzung ausgeführt wurde.

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

Syntax

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

Eigenschaftswert

Typ: Int32
Gibt Int32 zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISession Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace