ISession.ComputerName Property
The computer on which the session was run.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
string ComputerName { get; set; }
property String^ ComputerName {
String^ get();
void set(String^ value);
}
abstract ComputerName : string with get, set
Property ComputerName As String
Property Value
Type: System.String
Returns String.
See Also
ISession Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top