GatedCheckinException.ShelvesetName Property

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
public string ShelvesetName { get; }
public:
property String^ ShelvesetName {
    String^ get ();
}
member ShelvesetName : string with get
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

See Also

Reference

GatedCheckinException Class

Microsoft.TeamFoundation.VersionControl.Client Namespace