Name Property (ElementAccessibleObject)
Gets or sets the object name.
'Declaration
Public Overrides Property Name As String
public override string Name {get; set;}
Property Value
The object name, or a null reference (
Nothing in Visual Basic) if the property has not been set.