ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Component Class / Id Property






In This Topic
    Id Property (Component)
    In This Topic
    Gets or sets the component id.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public Overridable Property Id As System.String
    'Usage
     
    
    Dim instance As Component
    Dim value As System.String
     
    instance.Id = value
     
    value = instance.Id
    [C1Ignore()]
    public virtual System.string Id {get; set;}
    public read-write property Id: System.String; virtual; 
    C1IgnoreAttribute()
    public function get,set Id : System.String
    [C1Ignore()]
    public: __property virtual System.string* get_Id();
    public: __property virtual void set_Id( 
       System.string* value
    );
    [C1Ignore()]
    public:
    virtual property System.String^ Id {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also