VersionControlHistory.RecursionType Property
Get the recursion type for this history tool window.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property RecursionType As RecursionType
public RecursionType RecursionType { get; }
public:
property RecursionType RecursionType {
RecursionType get ();
}
member RecursionType : RecursionType with get
function get RecursionType () : RecursionType
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.RecursionType
Returns RecursionType.
.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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace