Свойство FunctionName

Пространство имен:  Microsoft.DataWarehouse.Interfaces.Debugger
Сборка:  Microsoft.DataWarehouse.Interfaces (в Microsoft.DataWarehouse.Interfaces.dll)

Синтаксис

'Декларация
Public Property FunctionName As String
    Get
    Set
'Применение
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)

Значение свойства

Тип: System. . :: . .String