This documentation is archived and is not being maintained.

WorkingFolder::LocalItem Property

Gets the local folder for this item map.

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 local folder for this item map.

The value should be null if this is a cloaked item.

Show: