This method executes the command.
Syntax
'Declaration
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
<JsonAttribute("executeCommand")>
Public Property ExecuteCommand As String
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
[Json("executeCommand")]
public string ExecuteCommand {get; set;}
See Also