Action.Position Property
NOTE: This API is now obsolete.
Gets or sets a value indicating the position of the action in the Business Data features.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Property Position As Byte
Get
Set
'Usage
Dim instance As Action
Dim value As Byte
value = instance.Position
instance.Position = value
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public byte Position { get; set; }
Property Value
Type: System.Byte
The position of the action.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace