Share via


ChangeListSearchCriteria.FollowRenames Property

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ChangeListSearchCriteria Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace