ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotFieldBase Class / GetValue Property

In This Topic
    GetValue Property (PivotFieldBase)
    In This Topic
    Gets or sets a function to be used for retrieving the field values.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
    Public Property GetValue As String
    [JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
    public string GetValue {get; set;}
    See Also