ISession.State Property

State of the session.

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.SessionState
Returns SessionState.

.NET Framework Security

See Also

Reference

ISession Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace