Gets the integer number of elements in the collection.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
int Count { get; }
Visual Basic (Usage)
Dim instance As IMetaCollection
Dim value As Integer

value = instance.Count

See Also