Share via


Parameter.Direction property

Gets or sets the direction of the parameter (In, Out, InOut, Return).

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Direction As DirectionType
    Get
    Set
'Usage
Dim instance As Parameter
Dim value As DirectionType

value = instance.Direction

instance.Direction = value
public DirectionType Direction { get; set; }

Property value

Type: Microsoft.BusinessData.MetadataModel.DirectionType
The direction of the parameter.

See also

Reference

Parameter class

Parameter members

Microsoft.SharePoint.BusinessData.Administration namespace