ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CollectionViewRequest<T> Class / Command Property






In This Topic
    Command Property (CollectionViewRequest<T>)
    In This Topic
    The request command type.
    Syntax
    'Declaration
     
    
    Public Property Command As CommandType
    'Usage
     
    
    Dim instance As CollectionViewRequest(Of T)
    Dim value As CommandType
     
    instance.Command = value
     
    value = instance.Command
    public CommandType Command {get; set;}
    public read-write property Command: CommandType; 
    public function get,set Command : CommandType
    public: __property CommandType get_Command();
    public: __property void set_Command( 
       CommandType value
    );
    public:
    property CommandType Command {
       CommandType get();
       void set (    CommandType value);
    }
    See Also