ActionParameter.Index Property
Gets or sets the ActionParameter index, which indicates the location of the ActionParameter in the URL for the Action.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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
The ActionParameter index, which indicates the location of the ActionParameter in the URL for the Action.