NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MethodInfo.ReturnTypeCustomAttributes

Returns an object that represents the custom attributes for the return type.

[Visual Basic]
MustOverride Public ReadOnly Property ReturnTypeCustomAttributes As _
   ICustomAttributeProvider
[C#]
public ICustomAttributeProvider ReturnTypeCustomAttributes
   {abstract get;}
[C++]
public: __property virtual ICustomAttributeProvider*
   get_ReturnTypeCustomAttributes() = 0;
[JScript]
public abstract function get ReturnTypeCustomAttributes() :
   ICustomAttributeProvider;

Example

See Also

MethodInfo Class | MethodInfo Members | System.Reflection Namespace