Share via


StackFrame.Line Property

 

The line number of the instruction

Namespace:   Microsoft.Owin.Diagnostics.Views
Assembly:  Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)

Syntax

public int Line { get; set; }
public:
property int Line {
    int get();
    void set(int value);
}
member Line : int with get, set
Public Property Line As Integer

Property Value

Type: System.Int32

Returns Int32.

See Also

StackFrame Class
Microsoft.Owin.Diagnostics.Views Namespace

Return to top