Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Type of recursion to use to select items.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.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.Server.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.