📚 SAP Business One SDK Help

Item Method
See Also 
vtIndex

Specifies the index of the new AlertManagementDocument you want to get.

Description

Returns reference to existing AlertManagementDocument in the collection by its index.

Syntax

Visual Basic
Public Function Item( _
   ByVal vtIndex As Variant _
) As AlertManagementDocument

Parameters

vtIndex

Specifies the index of the new AlertManagementDocument you want to get.

See Also