MethodInstance.HasReturnTypeDescriptor Property
Gets whether the MethodInstance object has a return TypeDescriptor object.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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 the MethodInstance object has a return TypeDescriptor; otherwise, false.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace