次の方法で共有


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