Action.Position Property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property Position As Byte
    Get
'Usage
Dim instance As Action
Dim value As Byte

value = instance.Position
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
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