Gets or sets the name of the object.
Declaration
public virtual string Name { get; set; }
Public Overridable Property Name As String
Property Value
Type |
Description |
string |
A string value that indicates the name of the object.
The default is Empty.
|
Implements