IIntrinsicPropertyAttributeProvider.PropertyAttributes property

namespace: Serenity.Reflection   assemblySerenity.Net.Core

Implementing attributes expose additional intrinsic property attributes by applying them to this property. This is useful because some attributes can only target properties due to AttributeUsageAttribute restrictions.

public object PropertyAttributes { get; }

See Also