TfvcShelvesetRequestData.IncludeWorkItems Property

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TfvcShelvesetRequestData Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace