Class NameAttribute
Sets a custom name to describe this element.
Implements
Inherited Members
Namespace: TheXDS.MCART.Attributes
Assembly: MCART.dll
Syntax
[AttributeUsage(AttributeTargets.All)]
[Serializable]
public sealed class NameAttribute : TextAttribute, IValueAttribute<string>
Constructors
| Edit this page View SourceNameAttribute(string)
Sets a custom name to describe this element.
Declaration
public NameAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Value of the attribute. |