Share via


CoverageDSPriv.LinesRow.LnEnd Property

Gets or sets the index for the last line that is covered by this lines row. 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 LnEnd As UInteger
public uint LnEnd { get; set; }
public:
property unsigned int LnEnd {
    unsigned int get ();
    void set (unsigned int value);
}
member LnEnd : uint32 with get, set
function get LnEnd () : uint 
function set LnEnd (value : uint)

Property Value

Type: UInt32
The index for the last line that is covered by this lines row.

.NET Framework Security

See Also

Reference

CoverageDSPriv.LinesRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace