Action.Position Property

Gets a value indicating the position of the action in the Business Data features.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public ReadOnly Property Position As Byte
    Get
'Usage
Dim instance As Action
Dim value As Byte

value = instance.Position
public byte Position { get; }

Property Value

Type: System.Byte
true if the action URL should be opened in a new window; otherwise false.

See Also

Reference

Action Class

Action Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace