ParameterStruct.Direction Property
Gets or sets the direction of the parameter.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Direction As DirectionType
Get
Set
'Usage
Dim instance As ParameterStruct
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.