CoverageDSPriv.LinesRow.Coverage Property

Gets or sets a number that indicates the level of coverage. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public Property Coverage As UInteger
    Get
    Set
public uint Coverage { get; set; }
public:
property unsigned int Coverage {
    unsigned int get ();
    void set (unsigned int value);
}
member Coverage : uint32 with get, set
function get Coverage () : uint
function set Coverage (value : uint)

Property Value

Type: System.UInt32
A number that indicates the level of coverage.

.NET Framework Security

See Also

Reference

CoverageDSPriv.LinesRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace