UnconditionalSuppressMessageAttribute.CheckId Property

Definition

Gets the identifier of the analysis tool rule to be suppressed.

public:
 property System::String ^ CheckId { System::String ^ get(); };
public string CheckId { get; }
member this.CheckId : string
Public ReadOnly Property CheckId As String

Property Value

Remarks

Concatenated together, the Category and CheckId properties form a unique check identifier.

Applies to