GettingEventArgs.Total Property

This is the total number of operations to be processed.

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

Syntax

'Declaration
Public ReadOnly Property Total As Integer
public int Total { get; }
public:
property int Total {
    int get ();
}
member Total : int with get
function get Total () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

GettingEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace