Share via


Conflict.TheirServerItem Property

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

Syntax

'宣言
Public Property TheirServerItem As String
    Get
    Set
public string TheirServerItem { get; set; }
public:
property String^ TheirServerItem {
    String^ get ();
    void set (String^ value);
}
member TheirServerItem : string with get, set
function get TheirServerItem () : String
function set TheirServerItem (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Server Namespace