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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.