Parameter.Direction Property
NOTE: This API is now obsolete.
Gets the direction of the parameter
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public ReadOnly Property Direction As DirectionType
Get
'Usage
Dim instance As Parameter
Dim value As DirectionType
value = instance.Direction
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
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