ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Serialization Namespace / C1IgnoreAttribute Class / IsDefaultAttribute Method






In This Topic
    IsDefaultAttribute Method (C1IgnoreAttribute)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function IsDefaultAttribute() As System.Boolean
    'Usage
     
    
    Dim instance As C1IgnoreAttribute
    Dim value As System.Boolean
     
    value = instance.IsDefaultAttribute()
    public virtual System.bool IsDefaultAttribute()
    public function IsDefaultAttribute(): System.Boolean; virtual; 
    public function IsDefaultAttribute() : System.boolean;
    public: virtual System.bool IsDefaultAttribute(); 
    public:
    virtual System.bool IsDefaultAttribute(); 
    See Also