Share via


MethodInstance.HasReturnTypeDescriptor property

Gets a Boolean value that indicates whether the current MethodInstance object has a return TypeDescriptor.

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

Syntax

'Declaration
Public ReadOnly Property HasReturnTypeDescriptor As Boolean
    Get
'Usage
Dim instance As MethodInstance
Dim value As Boolean

value = instance.HasReturnTypeDescriptor
public bool HasReturnTypeDescriptor { get; }

Property value

Type: System.Boolean
true if TypeDescriptor is present; otherwise false.

See also

Reference

MethodInstance class

MethodInstance members

Microsoft.SharePoint.BusinessData.Administration namespace