BreakpointInfo.FunctionName Property

Gets or sets the name of the function containing the breakpoint.

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

Syntax

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

value = instance.FunctionName

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

Property Value

Type: System.String
The name of the function containing the breakpoint.

See Also

Reference

BreakpointInfo Class

Microsoft.DataWarehouse.Interfaces.Debugger Namespace