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