PendingSet.Computer Property

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 PendingSet 
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

PendingSet Class

PendingSet Members

Microsoft.TeamFoundation.VersionControl.Client Namespace