_MethodInfo.ReturnTypeCustomAttributes Property

Definition

Provides COM objects with version-independent access to the ReturnTypeCustomAttributes property.

public:
 property System::Reflection::ICustomAttributeProvider ^ ReturnTypeCustomAttributes { System::Reflection::ICustomAttributeProvider ^ get(); };
public System.Reflection.ICustomAttributeProvider ReturnTypeCustomAttributes { get; }
member this.ReturnTypeCustomAttributes : System.Reflection.ICustomAttributeProvider
Public ReadOnly Property ReturnTypeCustomAttributes As ICustomAttributeProvider

Property Value

An ICustomAttributeProvider object representing the custom attributes for the return type.

Remarks

This property is for access to managed classes from unmanaged code and should not be called from managed code.

The ReturnTypeCustomAttributes property gets the custom attributes for the return type.

Applies to