ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / CubeField Class / DimensionType Property

In This Topic
    DimensionType Property
    In This Topic
    Gets or sets the dimension type of the field.
    Syntax
    'Declaration
     
    
    <JsonAttribute(False)>
    Public Property DimensionType As DimensionType
    [Json(false)]
    public DimensionType DimensionType {get; set;}
    See Also