Read only collection of Value objects.

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

Syntax

C#
public interface Values : IArray<Value>, 
	IEnumerable<Value>, IEnumerable
Visual Basic (Usage)
Dim instance As Values

See Also