Knight Data Access Layer
GetAttributes<T>(PropertyInfo) Method




KellermanSoftware.NetDataAccessLayer Namespace > ReflectionHelper Class > GetAttributes Method : GetAttributes<T>(PropertyInfo) Method
Get the cached attributes for a specific property.
Syntax
Public Overloads Shared Function GetAttributes(Of T)( _
   ByVal property As PropertyInfo _
) As IEnumerable(Of T)
Dim property As PropertyInfo
Dim value As IEnumerable(Of T)
 
value = ReflectionHelper.GetAttributes(Of T)(property)
public static IEnumerable<T> GetAttributes<T>( 
   PropertyInfo property
)
public: static IEnumerable<T*>* GetAttributes<T>( 
   PropertyInfo* property
) 
public:
static IEnumerable<T^>^ GetAttributesgeneric<typename T>
( 
   PropertyInfo^ property
) 

Parameters

property

Type Parameters

T
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReflectionHelper Class
ReflectionHelper Members
Overload List