Share via


Propriété FunctionName

Espace de noms :  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Public Property FunctionName As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .String