FilteredIdentitiesList.TotalItems Property

Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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

.NET Framework Security

See Also

Reference

FilteredIdentitiesList Class

Microsoft.VisualStudio.Services.Identity Namespace