Share via


OperationEventArgs.Type Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public ReadOnly Property Type As OperationEventType
'Usage
Dim instance As OperationEventArgs 
Dim value As OperationEventType 

value = instance.Type
public OperationEventType Type { get; }
public:
property OperationEventType Type {
    OperationEventType get ();
}
public function get Type () : OperationEventType

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.OperationEventType

.NET Framework Security

See Also

Reference

OperationEventArgs Class

OperationEventArgs Members

Microsoft.TeamFoundation.VersionControl.Client Namespace