CimReadOnlyKeyedCollection<T>.Count Property
Gets the number of items in the collection.
Namespace: Microsoft.Management.Infrastructure.Generic
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public abstract int Count { get; }
public:
property int Count {
virtual int get() abstract;
}
abstract Count : int with get
Public MustOverride ReadOnly Property Count As Integer
Property Value
Type: System.Int32
The number of items in the collection.
See Also
CimReadOnlyKeyedCollection<T> Class
Microsoft.Management.Infrastructure.Generic Namespace
Return to top