Share via


WorkspaceItem.RecursiveChangeType Property

Gets the change type to apply during recursion.

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

Syntax

'Declaration
Public ReadOnly Property RecursiveChangeType As ChangeType
public ChangeType RecursiveChangeType { get; }
public:
property ChangeType RecursiveChangeType {
    ChangeType get ();
}
member RecursiveChangeType : ChangeType with get
function get RecursiveChangeType () : ChangeType

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.ChangeType
One of the value from the ChangeTypeenumeration.

.NET Framework Security

See Also

Reference

WorkspaceItem Class

Microsoft.TeamFoundation.VersionControl.Client Namespace