Share via


MethodInstance.ReturnTypeDescriptor property

Gets the return TypeDescriptor for the current MethodInstance object.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Property ReturnTypeDescriptor As TypeDescriptor
    Get
    Set
'Usage
Dim instance As MethodInstance
Dim value As TypeDescriptor

value = instance.ReturnTypeDescriptor

instance.ReturnTypeDescriptor = value
public virtual TypeDescriptor ReturnTypeDescriptor { get; set; }

Property value

Type: Microsoft.SharePoint.BusinessData.Administration.TypeDescriptor
Returns the return TypeDescriptor.

See also

Reference

MethodInstance class

MethodInstance members

Microsoft.SharePoint.BusinessData.Administration namespace