Returns true if one or more instance of attributeType is defined on this member.
[Visual Basic] Function IsDefined( _ ByVal attributeType As Type _ ) As Boolean [C#] bool IsDefined( Type attributeType ); [C++] bool IsDefined( Type* attributeType ) = 0; [JScript] function IsDefined( attributeType : Type ) : Boolean;
true if the attributeType is found on this member; false otherwise.
To be supplied
ICustomAttributeProvider Interface | ICustomAttributeProvider Members | System.Reflection Namespace