Gets or sets the name of the object.
Declaration
[Browsable(false)]
public string Name { get; set; }
<Browsable(False)>
Public Property Name As String
Property Value
| Type |
Description |
| string |
A string value that indicates the name of the object.
The default is Empty.
|
Implements