ItemSpec.RecursionType Property

Gets or sets the recursion type of this item.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'宣言
Public Property RecursionType As RecursionType
    Get
    Set
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

See Also

Reference

ItemSpec Class

Microsoft.TeamFoundation.VersionControl.Client Namespace