<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapEngine Class / ValueField Property

In This Topic
    ValueField Property (C1OlapEngine)
    In This Topic
    Gets the first C1OlapField in the ValueFields collection, or null if the collection is empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property ValueField As C1OlapField
    public C1OlapField ValueField {get;}
    See Also