In This Topic
Gets or sets a string value representing the name of the control.
Syntax
'Declaration
Public Overrides Property Name As String
'Usage
Dim instance As Control
Dim value As String
instance.Name = value
value = instance.Name
public override string Name {get; set;}
Property Value
The name of the control.
See Also