8 [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple =
false, Inherited =
true)]
11 private readonly
int stringId;
12 private readonly
string label;
42 public string Label => this.label;
Places the parameter in a localizable section.
SectionAttribute(string Label)
Places the parameter in a section.
SectionAttribute(int StringId, string Label)
Places the parameter in a localizable section.
int StringId
String ID in the namespace of the current class, in the default language defined for the class.
string Label
Default label string, in the default language defined for the class.