Interface INamedObject

INamedObject interface

Object that has a name

public interface INamedObject

Properties

NameDescription
Name { get; }Gets the name of the object

See Also