ExtendedItem.SourceServerItem Property

Gets the path to 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 path to the source server item.

.NET Framework Security

See Also

Reference

ExtendedItem Class

Microsoft.TeamFoundation.VersionControl.Client Namespace