This documentation is archived and is not being maintained.

OperationEventArgs::Type Property

Gets the type of operation that is starting or has finished.

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

public:
property OperationEventType Type {
	OperationEventType get ();
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::OperationEventType
The type of operation that is starting or has finished.

Show: