TestDataRow<T>.IgnoreMessage Property

Definition

Gets or sets the ignore message. A non-null value means the test case is ignored with the message provided.

[System.Runtime.Serialization.DataMember]
public string? IgnoreMessage { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IgnoreMessage : string with get, set
Public Property IgnoreMessage As String

Property Value

Attributes

Applies to