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

In This Topic
    SubFields Property
    In This Topic
    Gets the child fields.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SubFields As IList(Of Field)
    public IList<Field> SubFields {get;}
    Remarks
    It only works when connecting a cube data.
    See Also