PropertyInfoSource.GetAttribute<TAttribute> method

namespace: Serenity.PropertyGrid   assemblySerenity.Net.Entity

Gets the attribute.

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

See Also