ActionParameterStruct.Index Property
Gets or sets the object index.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace