This documentation is archived and is not being maintained.

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)

public:
property RecursionType RecursionType {
	RecursionType get ();
	void set (RecursionType value);
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::RecursionType
The recursion type of this item.

Show: