Share via


TfsChangeList.IsShelveset Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "isShelveset", EmitDefaultValue := False)> _
Public Property IsShelveset As Boolean
[DataMemberAttribute(Name = "isShelveset", EmitDefaultValue = false)]
public bool IsShelveset { get; private set; }
[DataMemberAttribute(Name = L"isShelveset", EmitDefaultValue = false)]
public:
property bool IsShelveset {
    bool get ();
    private: void set (bool value);
}
[<DataMemberAttribute(Name = "isShelveset", EmitDefaultValue = false)>]
member IsShelveset : bool with get, private set
function get IsShelveset () : boolean 
private function set IsShelveset (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TfsChangeList Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace