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

属性值

如果已知,则为客户端使用的操作系统,否则该值设置为“未知”。

适用于