Skip to main content

UniqueIdAttribute

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field)]
public class UniqueIdAttribute : AttributeBase, _Attribute

Properties

Id

View Source
Declaration
public int Id { get; }

Implements

  • System.Runtime.InteropServices._Attribute