ComponentOne Web API Edition
DimensionType Property

C1.Web.Api.DataEngine.Models Namespace > Field Class : DimensionType Property
Gets or sets the dimension type of the field.
Syntax
'Declaration
 
Public Property DimensionType As Nullable(Of DimensionType)
public Nullable<DimensionType> DimensionType {get; set;}
Remarks
It works when connecting a cube data.
See Also

Reference

Field Class
Field Members