Compartilhar via


ISession.State Propriedade

 

Estado de sessão.

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

Sintaxe

SessionState State { get; set; }
property SessionState State {
    SessionState get();
    void set(SessionState value);
}
abstract State : SessionState with get, set
Property State As SessionState

Valor de propriedade

Type: Microsoft.TeamFoundation.TestManagement.Client.SessionState

Retorne SessionState.

Consulte também

Interface ISession
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo