PexFocusOnAttributeBase.DoNotReportCoverage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether it should not report coverage.
public:
property bool DoNotReportCoverage { bool get(); void set(bool value); };
public bool DoNotReportCoverage { get; set; }
member this.DoNotReportCoverage : bool with get, set
Public Property DoNotReportCoverage As Boolean
Property Value
true
do not report coverage; otherwise, false
.