IPropertyInfo.GetAttribute<TAttr> method

namespace: Serenity.Reflection   assemblySerenity.Net.Core

Gets the attribute.

public TAttr GetAttribute<TAttr>()
    where TAttr : Attribute
parameter description
TAttr The type of the attribute.

See Also