MetaAttribute
Decorate any type or property with custom metadata
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public class MetaAttribute : AttributeBase, _Attribute
Properties
Name
View Source
Declaration
public string Name { get; set; }
Value
View Source
Declaration
public string Value { get; set; }
Implements
System.Runtime.InteropServices._Attribute