Share via


ListGroupingCollection<TBusinessObject>.Count Property

 

Gets the number of ListGrouping<TBusinessObject> objects in the ListGroupingCollection<TBusinessObject>.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public int Count { get; }
public:
property int Count {
    virtual int get() sealed;
}
Public ReadOnly Property Count As Integer

Property Value

Type: System.Int32

The number of ListGrouping<TBusinessObject> objects in the ListGroupingCollection<TBusinessObject>.

Implements

ICollection<T>.Count

See Also

ListGroupingCollection<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top