This documentation is archived and is not being maintained.

ILocalUpdateOperation::SourceLocalItem Property

Gets the local path where the item currently exists.

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

property String^ SourceLocalItem {
	String^ get ();
}

Property Value

Type: System::String
The local path where the item currently exists. Null if the workspace does not have the item.

Show: