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

属性值

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

适用于