ActionParameter.Index Property
Gets or sets a value indicating the index of the placeholder (or "format item") in the action URL to which this parameter corresponds.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property Index As Byte
Get
Set
'Usage
Dim instance As ActionParameter
Dim value As Byte
value = instance.Index
instance.Index = value
public byte Index { get; set; }
Property Value
Type: System.Byte
A byte indicating the index.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace