BreakpointInfo.FileLine Property

Namespace:  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public Property FileLine As Integer
    Get
    Set
'Usage
Dim instance As BreakpointInfo
Dim value As Integer

value = instance.FileLine

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

Property Value

Type: System.Int32