Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.