HttpBrowserCapabilitiesBase.Platform プロパティ

定義

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

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

プロパティ値

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

例外

適用対象