次の方法で共有


WmiConnectionInfo.MachineName プロパティ

定義

Windows Management Instrumentation (WMI) がインストールされたコンピューターの名前を取得します。値の設定も可能です。

public:
 property System::String ^ MachineName { System::String ^ get(); void set(System::String ^ value); };
public string MachineName { get; set; }
member this.MachineName : string with get, set
Public Property MachineName As String

プロパティ値

WMI がインストールされたコンピューターの名前を示す String 値です。

WMI プロバイダーを使用したサービスの管理とネットワーク設定

適用対象