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