ExcludeFromCodeCoverageAttribute.Justification 属性
定义
获取或设置从代码覆盖率中排除成员的理由。Gets or sets the justification for excluding the member from code coverage.
public:
property System::String ^ Justification { System::String ^ get(); void set(System::String ^ value); };
public string? Justification { get; set; }
member this.Justification : string with get, set
Public Property Justification As String