Knight Data Access Layer
GetAttributes(PropertyInfo) Method




KellermanSoftware.NetDataAccessLayer Namespace > ReflectionHelper Class > GetAttributes Method : GetAttributes(PropertyInfo) Method
Property Info
Get the cached attributes for a property info
Syntax
Public Overloads Shared Function GetAttributes( _
   ByVal propertyInfo As PropertyInfo _
) As Object()
Dim propertyInfo As PropertyInfo
Dim value() As Object
 
value = ReflectionHelper.GetAttributes(propertyInfo)
public static object[] GetAttributes( 
   PropertyInfo propertyInfo
)
public: static Object*[]* GetAttributes( 
   PropertyInfo* propertyInfo
) 
public:
static array<Object^>^ GetAttributes( 
   PropertyInfo^ propertyInfo
) 

Parameters

propertyInfo
Property Info
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