InfoConnect for Airlines
Id Property (IWebElement)


Gets or sets a label by which to identify the element.
Syntax
'Declaration
 
Property Id As String
'Usage
 
Dim instance As IWebElement
Dim value As String
 
instance.Id = value
 
value = instance.Id
string Id {get; set;}
See Also