ItemMerge.TargetServerItem Property

Gets the target server item.

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ItemMerge Class

Microsoft.TeamFoundation.VersionControl.Client Namespace