Target
Gets the declaration on which the custom attribute is defined.
Declaration
public object Target { get; }
Property Value
Type | Description |
---|---|
object | A reflection object: Assembly, Type, MethodInfo, ConstructorInfo, ParameterInfo, PropertyInfo, EventInfo, FieldInfo. |