Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public ReadOnly Property Type As OperationEventType
public OperationEventType Type { get; }
public:
property OperationEventType Type {
OperationEventType get ();
}
member Type : OperationEventType
function get Type () : OperationEventType
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.OperationEventType
The type of operation that is starting or has finished.
.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.