StackFrame.Line Property

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

Syntax

'Declaration
Public Property Line As Integer 
    Get 
    Set
'Usage
Dim instance As StackFrame 
Dim value As Integer 

value = instance.Line

instance.Line = value
public int Line { get; set; }
public:
property int Line {
    int get ();
    void set (int value);
}
member Line : int with get, set
function get Line () : int 
function set Line (value : int)

Property Value

Type: System.Int32
Returns Int32.

See Also

Reference

StackFrame Class

Microsoft.Owin.Diagnostics.Views Namespace