Skip to main content

NotesAttribute

Document a longer form description about a Type

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

Properties

Notes

Get or sets a Label

View Source
Declaration
public string Notes { get; set; }

Implements

  • System.Runtime.InteropServices._Attribute