ActionParameterStruct.Index Property
Gets or sets the object index.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Index As Byte
Get
Set
'Usage
Dim instance As ActionParameterStruct
Dim value As Byte
value = instance.Index
instance.Index = value
public byte Index { get; set; }
Property Value
Type: System.Byte
The object index.