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.
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.