This documentation is archived and is not being maintained.

WorkspaceItem::LocalItem Property

Gets the path to the item on the client's local disk.

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

public:
property String^ LocalItem {
	String^ get ();
}

Property Value

Type: System::String
The path to the item on the client's local disk.

Show: