DomDescriptionAttribute public sealed class DomDescriptionAttribute : Attribute This attribute is used to place a description on some object. The description can then be read out at runtime. Documentation Code public string Description { get; } Gets the official name of the given class, method or property.