HttpBrowserCapabilitiesBase.Id 属性

定义

当在派生类中重写时,获取在浏览器定义文件中指定的浏览器内部标识符。When overridden in a derived class, gets the internal identifier of the browser as specified in the browser definition file.

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

属性值

String

在浏览器定义文件中指定的浏览器内部标识符。The internal identifier of the browser as specified in the browser definition file.

例外

始终。Always.

适用于