ASP.NET Core 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 System.String
    'Usage
     
    
    Dim instance As PivotFieldBase
    Dim value As System.String
     
    instance.GetValue = value
     
    value = instance.GetValue
    [JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
    public System.string GetValue {get; set;}
    public read-write property GetValue: System.String; 
    JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)
    public function get,set GetValue : System.String
    [JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
    public: __property System.string* get_GetValue();
    public: __property void set_GetValue( 
       System.string* value
    );
    [JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
    public:
    property System.String^ GetValue {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also