ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Serialization Namespace / C1NameAttribute Class / Name Property






In This Topic
    Name Property (C1NameAttribute)
    In This Topic
    Gets the name.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Name As System.String
    'Usage
     
    
    Dim instance As C1NameAttribute
    Dim value As System.String
     
    value = instance.Name
    public System.string Name {get;}
    public read-only property Name: System.String; 
    public function get Name : System.String
    public: __property System.string* get_Name();
    public:
    property System.String^ Name {
       System.String^ get();
    }
    See Also