Class TagAttribute
Indicates a string that can be used to identify this element.
Implements
Inherited Members
Namespace: TheXDS.MCART.Attributes
Assembly: MCART.dll
Syntax
[AttributeUsage(AttributeTargets.All, AllowMultiple = true)]
public sealed class TagAttribute : TextAttribute, IValueAttribute<string>
Constructors
| Edit this page View SourceTagAttribute(string)
Indicates a string that can be used to identify this element.
Declaration
public TagAttribute(string identifier)
Parameters
Type | Name | Description |
---|---|---|
string | identifier | Identifier to use. |