IgnoreAttribute Class

Definition

The ignore attribute.

public ref class IgnoreAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class IgnoreAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false)>]
type IgnoreAttribute = class
    inherit Attribute
Public NotInheritable Class IgnoreAttribute
Inherits Attribute
Inheritance
IgnoreAttribute
Attributes

Constructors

IgnoreAttribute()

Initializes a new instance of the IgnoreAttribute class.

IgnoreAttribute()

Initializes a new instance of the IgnoreAttribute class.

Properties

IgnoreMessage

Gets the owner.

Applies to