FilteredIdentitiesList.TotalItems Property

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

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

FilteredIdentitiesList Class

Microsoft.TeamFoundation.Framework.Client Namespace