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

属性值

客户端使用的操作系统的名称(如果已知)。

例外

适用于