SuppressMessageAttribute Properties
.NET Framework 4.5
The SuppressMessageAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
Category | Gets the category identifying the classification of the attribute. |
|
CheckId | Gets the identifier of the static analysis tool rule to be suppressed. |
|
Justification | Gets or sets the justification for suppressing the code analysis message. |
|
MessageId | Gets or sets an optional argument expanding on exclusion criteria. |
|
Scope | Gets or sets the scope of the code that is relevant for the attribute. |
|
Target | Gets or sets a fully qualified path that represents the target of the attribute. |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |