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