TestFixtureAttribute.Ignore Property

Definition

Gets or sets a value indicating whether this TestFixtureAttribute should be ignored.

public bool Ignore { get; set; }
member this.Ignore : bool with get, set

Property Value

true if ignore; otherwise, false.

Applies to