ItemSpec.RecursionType Property
Gets or sets the recursion type of this item. For more information about how to use this property, see Team Foundation Build activities.
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 of this item.
.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.