[]
Gets or sets a callback that determines whether a specific property of an item contains validation errors.
[JsonConverter(typeof(FunctionConverter))]
public string GetError { get; set; }
<JsonConverter(GetType(FunctionConverter))>
Public Property GetError As String