[]
This method executes the command.
[Json("executeCommand")]
[JsonConverter(typeof(FunctionConverter))]
public string ExecuteCommand { get; set; }
<Json("executeCommand")>
<JsonConverter(GetType(FunctionConverter))>
Public Property ExecuteCommand As String