Web API Edition | ComponentOne
C1.Web.Api.DataEngine.Models Namespace / Field Class / DimensionType Property

In This Topic
    DimensionType Property
    In This Topic
    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