Share via


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.

See also

Reference

Parameter class

Parameter members

Microsoft.SharePoint.BusinessData.Administration namespace