Share via


BlockLineRange.StartLine Property

Gets the starting line for the code block. The set accessor is internal only. 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 StartLine As UInteger
public uint StartLine { get; internal set; }
public:
property unsigned int StartLine {
    unsigned int get ();
    internal: void set (unsigned int value);
}
member StartLine : uint32 with get, internal set
function get StartLine () : uint 
internal function set StartLine (value : uint)

Property Value

Type: UInt32
The starting line for the code block.

.NET Framework Security

See Also

Reference

BlockLineRange Structure

Microsoft.VisualStudio.Coverage.Analysis Namespace