Parameter.Direction Property
Gets the direction of the parameter
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property Direction As DirectionType
Get
'Usage
Dim instance As Parameter
Dim value As DirectionType
value = instance.Direction
public DirectionType Direction { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.DirectionType
One of In, Out, InOut, or Return.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace