Partilhar via


Propriedade ISession.TestConfigurationId

A identificação da sessão configuração foi executado em.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Int32
Retorna Int32.

Segurança do .NET Framework

Consulte também

Referência

ISession Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client