Click or drag to resize

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

Parameters

targetProperty
Type: System.ReflectionPropertyInfo

Type Parameters

T

Return Value

Type: IEnumerableT
See Also