ReflectedControllerDescriptor.IsDefined(Type, Boolean) Method

Definition

Returns a value that indicates whether one or more instances of a custom attribute type are defined for this member.

public override bool IsDefined (Type attributeType, bool inherit);
override this.IsDefined : Type * bool -> bool
Public Overrides Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean

Parameters

attributeType
Type

The type of the custom attributes.

inherit
Boolean

true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.

Returns

true if the custom attribute type is defined for this member; otherwise, false.

Applies to