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