This documentation is archived and is not being maintained.

GetStatus::NumOperations Property

Gets the number of Get operations that the server returned.

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

public:
property int NumOperations {
	int get ();
}

Property Value

Type: System::Int32
The number of Get operations.

If the server returned no operations or failures, the workspace is up to date.

Show: