MergeEventArgs.SourceLocalItem Property

Gets the name of the source local item.

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

Syntax

'Declaration
Public ReadOnly Property SourceLocalItem As String
public string SourceLocalItem { get; }
public:
property String^ SourceLocalItem {
    String^ get ();
}
member SourceLocalItem : string with get
function get SourceLocalItem () : String

Property Value

Type: System.String
The name of the source local item.

.NET Framework Security

See Also

Reference

MergeEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace