Class DisplayNameAttribute
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class DisplayNameAttribute : Attribute
- Inheritance
-
DisplayNameAttribute
Constructors
DisplayNameAttribute(string, string)
public DisplayNameAttribute(string name, string tooltip)
Parameters
Properties
Name
public string Name { get; }
Property Value
Tooltip
public string Tooltip { get; }