HttpCapabilitiesBase.Id Property
.NET Framework 3.0
Gets the internal identifier of the browser as specified in the browser definition file.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public ReadOnly Property Id As String 'Usage Dim instance As HttpCapabilitiesBase Dim value As String value = instance.Id
/** @property */ public String get_Id ()
public function get Id () : String
Not applicable.
Property Value
Internal identifier of the browser as specified in the browser definition file.Community Additions
ADD
Show: