Share via


GitQueryCommitsCriteria.ExcludeDeletes Property

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

GitQueryCommitsCriteria Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace