HttpBrowserCapabilitiesWrapper.Platform 属性
定义
获取客户端使用的操作系统的名称(如果已知)。Gets the name of the operating system that the client is using, if known.
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
属性值
如果已知,则为客户端使用的操作系统,否则该值设置为“未知”。The operating system that the client is using, if known, otherwise the value is set to "Unknown".