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