QueryHistoryParameters.RecursionType Property
The recursion type to apply to the Item property when you perform the history query.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property RecursionType As RecursionType
public RecursionType RecursionType { get; set; }
public:
property RecursionType RecursionType {
RecursionType get ();
void set (RecursionType value);
}
member RecursionType : RecursionType with get, set
function get RecursionType () : RecursionType
function set RecursionType (value : RecursionType)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.RecursionType
The recursion type to apply to the Item property when you perform the history query.
.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.