Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the name of the shelveset. This property is valid when the SubCode is 1 or 3.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ShelvesetName As String
Get
public string ShelvesetName { get; }
public:
property String^ ShelvesetName {
String^ get ();
}
member ShelvesetName : string
function get ShelvesetName () : String
Property Value
Type: System.String
The name of the shelveset. Null if a shelveset could not be created for any reason.
.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.