MergeEventArgs.SourceServerItem Property
Gets the name of the source server item.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property SourceServerItem As String
public string SourceServerItem { get; }
public:
property String^ SourceServerItem {
String^ get ();
}
member SourceServerItem : string with get
function get SourceServerItem () : String
Property Value
Type: System.String
The name of the source server 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.