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