GetValue Property
GetValue
Gets or sets a function to be used for retrieving the field values.
Declaration
[JsonConverter(typeof(FunctionConverter))]
public string GetValue { get; set; }
<JsonConverter(GetType(FunctionConverter))>
Public Property GetValue As String