StackFrame2.LineNumber Property

Definition

Gets the line number in the source file that contains this stack frame. A read-only property.

public:
 property System::UInt32 LineNumber { System::UInt32 get(); };
public:
 property unsigned int LineNumber { unsigned int get(); };
[System.Runtime.InteropServices.DispId(110)]
public uint LineNumber { [System.Runtime.InteropServices.DispId(110)] get; }
[<System.Runtime.InteropServices.DispId(110)>]
[<get: System.Runtime.InteropServices.DispId(110)>]
member this.LineNumber : uint32
Public ReadOnly Property LineNumber As UInteger

Property Value

An unsigned integer value indicating the line number.

Attributes

Applies to