Share via


Workspace.Computer Property

Gets the name of the computer to which this Workspace belongs.

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

Syntax

'Declaration
Public ReadOnly Property Computer As String
'Usage
Dim instance As Workspace 
Dim value As String 

value = instance.Computer
public string Computer { get; }
public:
property String^ Computer {
    String^ get ();
}
public function get Computer () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Workspace Class

Workspace Members

Microsoft.TeamFoundation.VersionControl.Client Namespace