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

In This Topic
    ValueField Property (C1OlapKey)
    In This Topic
    Gets the C1OlapField that represents the value field associated with this C1OlapKey.
    Syntax
    'Declaration
     
    Public ReadOnly Property ValueField As C1OlapField
    public C1OlapField ValueField {get;}
    See Also