ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MenuCommand Class / ExecuteCommand Property

In This Topic
    ExecuteCommand Property
    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