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
- 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.