Class TagAttribute
Use this attribute to make a field a tag field. Only works on string fields.
[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public class TagAttribute : Attribute
- Inheritance
-
TagAttribute
Constructors
TagAttribute()
public TagAttribute()