This documentation is archived and is not being maintained.

GettingEventArgs::OperationId Property

Gets or sets the operation identifier associated with GettingEventArgs.

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

public:
property int OperationId {
	int get ();
	private: void set (int value);
}

Property Value

Type: System::Int32
The operation identifier associated with GettingEventArgs.

Show: