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