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)
Syntax
'Declaration
ReadOnly Property SourceLocalItem As String
string SourceLocalItem { get; }
property String^ SourceLocalItem {
String^ get ();
}
abstract SourceLocalItem : string with get
function get SourceLocalItem () : String
Property Value
Type: System.String
The local path where the item currently exists. Null if the workspace does not have the item.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.