Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the method instance has a return value.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property HasReturnTypeDescriptor As Boolean
Get
'Usage
Dim instance As IMethodInstance
Dim value As Boolean
value = instance.HasReturnTypeDescriptor
bool HasReturnTypeDescriptor { get; }
Property Value
Type: System.Boolean
true if it has a return value; otherwise, false.