Property Name
Name
Gets the name of the item. This name is typically un-localized and can be used for identification or lookup purposes. It might represent a filename or a unique identifier within a collection.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
The value can be null, indicating that the object does not have a specific name.