This method returns a Boolean value that determines whether the controller can execute the command.
Syntax
'Declaration
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
<JsonAttribute("canExecuteCommand")>
Public Property CanExecuteCommand As String
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
[Json("canExecuteCommand")]
public string CanExecuteCommand {get; set;}
See Also