ExtendedItem.TargetServerItem Property

Gets the path to the target server item.

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

Syntax

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

Property Value

Type: System.String
The path to the target server item.

.NET Framework Security

See Also

Reference

ExtendedItem Class

Microsoft.TeamFoundation.VersionControl.Client Namespace