.NET only. Gets an IList of the items in the collection.

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

Syntax

C#
IList<T> List { get; }
Visual Basic (Usage)
Dim instance As IMetaCollection
Dim value As IList(Of T)

value = instance.List

See Also