ActionParameter.Index Property

NOTE: This API is now obsolete.

Gets or sets a value indicating the index of the placeholder (or "format item") in the URL to which this parameter corresponds.

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 Index As Byte
    Get
'Usage
Dim instance As ActionParameter
Dim value As Byte

value = instance.Index
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public byte Index { get; }

Property Value

Type: System.Byte
A byte indicating the index.

See Also

Reference

ActionParameter Class

ActionParameter Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace