Class LabelAttribute
Attribute to specify a custom label for a field or property.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public class LabelAttribute : Attribute
- Inheritance
-
LabelAttribute
Constructors
LabelAttribute(string)
public LabelAttribute(string label)
Parameters
label
string
Properties
Label
public string Label { get; }