Gets the number of Server objects 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 ServersArray
Dim value As Integer

value = instance.Count

Implements

IArray<(Of <(T>)>)..::.Count
IArray<(Of <(T>)>)..::.Count

See Also