StackFrame.PreContextLine Property

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

Syntax

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

value = instance.PreContextLine

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

Property Value

Type: System.Int32
Returns Int32.

See Also

Reference

StackFrame Class

Microsoft.Owin.Diagnostics.Views Namespace