BreakpointInfo.FileLine Property

Gets or sets the line within a file where the breakpoint is set.

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
The line within a file where the breakpoint is set.

See Also

Reference

BreakpointInfo Class

Microsoft.DataWarehouse.Interfaces.Debugger Namespace