GettingEventArgs.SourceServerItem Property

The source server item being operated on.

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

.NET Framework Security

See Also

Reference

GettingEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace