Reflection .NET API
Attachmate.Reflection.Framework Assembly / Attachmate.Reflection.Framework Namespace / IControl Interface / Name Property


In This Topic
Name Property (IControl)
In This Topic
Gets or sets the name of the control.
Syntax
'Declaration
 
Property Name As String
 
'Usage
 
Dim instance As IControl
Dim value As String
 
instance.Name = value
 
value = instance.Name

Property Value

The name of the control.
See Also