📚 SAP Business One SDK Help

Item Method
See Also 
Index

One of the following:

  • The index of the data source, 0-based (long integer)
  • The ID of the data source (string)

Description

Returns an item from the collection.

Syntax

Visual Basic
Public Function Item( _
   ByVal Index As Variant _
) As UserDataSource

Parameters

Index

One of the following:

  • The index of the data source, 0-based (long integer)
  • The ID of the data source (string)

Return Type

See Also