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
- 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.