IHasName public interface IHasName : IHasIdentifyingInformation Enables a class to return the name of an object. Documentation string Name { get; set; } Gets or sets the name of an object.