Skip to main content

TagAttribute

Assembly: ServiceStack.Interfaces.dll​
View Source​
Declaration
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public class TagAttribute : AttributeBase, _Attribute

Properties​

Name​

Get or sets tag name

View Source​
Declaration
public string Name { get; set; }

Implements​

  • System.Runtime.InteropServices._Attribute