ASP.NET Core MVC Controls | ComponentOne
C1.JsonNet Namespace / IgnoreAttribute Class / IsDefaultAttribute Method






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