DirectoryExitNotification.TotalItemCount Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Property TotalItemCount As Integer
public int TotalItemCount { get; set; }
public:
property int TotalItemCount {
    int get ();
    void set (int value);
}
member TotalItemCount : int with get, set
function get TotalItemCount () : int 
function set TotalItemCount (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

DirectoryExitNotification Class

Microsoft.TeamFoundation.VersionControl.Controls Namespace