Parameter.IsReturnParameter Method
Gets a Boolean value indicating whether the parameter is a return parameter.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function IsReturnParameter As Boolean
'Usage
Dim instance As Parameter
Dim returnValue As Boolean
returnValue = instance.IsReturnParameter()
public bool IsReturnParameter()
Return Value
Type: System.Boolean
true if the parameter is a return parameter; otherwise, false.