BreakpointInfo.File Property

Gets or sets the name of the file in which the breakpoint is contained.

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

Syntax

'Declaration
Public Property File As String 
    Get 
    Set
'Usage
Dim instance As BreakpointInfo 
Dim value As String 

value = instance.File

instance.File = value
public string File { get; set; }
public:
property String^ File {
    String^ get ();
    void set (String^ value);
}
member File : string with get, set
function get File () : String 
function set File (value : String)

Property Value

Type: System.String
The name of the file in which the breakpoint is contained.

See Also

Reference

BreakpointInfo Class

Microsoft.DataWarehouse.Interfaces.Debugger Namespace