BreakpointInfo.FunctionName Property
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