Interface INamed
An entity that has a unique name that can be used for identification in lists and trees.
public interface INamed
- Extension Methods
Properties
Name
A unique name for the object.
string Name { get; set; }
Property Value
- string