Conflict.TheirShelvesetName Property

Gets or sets their shelve set name.

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

Syntax

'Declaration
Public Property TheirShelvesetName As String
public string TheirShelvesetName { get; set; }
public:
property String^ TheirShelvesetName {
    String^ get ();
    void set (String^ value);
}
member TheirShelvesetName : string with get, set
function get TheirShelvesetName () : String 
function set TheirShelvesetName (value : String)

Property Value

Type: System.String
Their shelve set name.

.NET Framework Security

See Also

Reference

Conflict Class

Microsoft.TeamFoundation.VersionControl.Client Namespace