ISession.State Property
State of the session.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
SessionState State { get; set; }
property SessionState State {
SessionState get();
void set(SessionState value);
}
abstract State : SessionState with get, set
Property State As SessionState
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.SessionState
Returns SessionState.
See Also
ISession Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top