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