| AddInManagerGetCustomAttributesT Method (PropertyInfo) |
Namespace:
Dynamicweb.Extensibility.AddIns
Assembly:
Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax public static IEnumerable<T> GetCustomAttributes<T>(
PropertyInfo targetProperty
)
where T : Attribute
Public Shared Function GetCustomAttributes(Of T As Attribute) (
targetProperty As PropertyInfo
) As IEnumerable(Of T)
Parameters
- targetProperty
- Type: System.ReflectionPropertyInfo
Type Parameters
- T
Return Value
Type:
IEnumerableTSee Also