.NET only. Gets an IList of the items in the collection.
Namespace:
proCube.ApiAssembly: 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 |