共用方式為


Machine 屬性

命名空間:  Microsoft.DataWarehouse.Interfaces.Debugger
組件:  Microsoft.DataWarehouse.Interfaces (在 Microsoft.DataWarehouse.Interfaces.dll 中)

語法

'宣告
Public ReadOnly Property Machine As String
    Get
'用途
Dim instance As ProgramInfo
Dim value As String

value = instance.Machine
public string Machine { get; }
public:
property String^ Machine {
    String^ get ();
}
member Machine : string
function get Machine () : String

屬性值

型別:System. . :: . .String