HttpBrowserCapabilitiesWrapper.Platform プロパティ

定義

クライアントが使用しているオペレーティング システムの名前 (既知の場合) を取得します。

public:
 virtual property System::String ^ Platform { System::String ^ get(); };
public override string Platform { get; }
member this.Platform : string
Public Overrides ReadOnly Property Platform As String

プロパティ値

クライアントが使用しているオペレーティング システム (既知の場合) は、値が "Unknown" に設定されます。

適用対象