ActionParameter.Index Property
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
Public ReadOnly Property Index As Byte
Get
'Usage
Dim instance As ActionParameter
Dim value As Byte
value = instance.Index
public byte Index { get; }
Property Value
Type: System.Byte
A byte indicating the index.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace