Read-only collection of CubeProperty objects. This documentation is incomplete as this interface also implements the members of IArray<(Of <(T>)>).

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

Syntax

C#
public interface CubePropertiesArray : IArray<CubeProperty>, 
	IEnumerable<CubeProperty>, MetaArray, IArray<Meta>, 
	IEnumerable<Meta>, IEnumerable
Visual Basic (Usage)
Dim instance As CubePropertiesArray

See Also