Share via


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.

See also

Reference

ActionParameter class

ActionParameter members

Microsoft.SharePoint.BusinessData.Administration namespace