DeviceInfo.Name プロパティ

定義

デバイスの名前を取得します。

public:
 static property System::String ^ Name { System::String ^ get(); };
public static string Name { get; }
static member Name : string
Public Shared ReadOnly Property Name As String

プロパティ値

デバイスの名前 (多くの場合、ユーザーによって指定されます)。

注釈

この値は、多くの場合、デバイスのユーザーによって指定されます。

適用対象