📚 SAP Business One SDK Help

Add Method
See Also 
Value
The new value.
Description
A display name for the valid value.

Description

Adds an item to the collection.

Syntax

Visual Basic
Public Function Add( _
   ByVal Value As String, _
   ByVal Description As String _
) As ValidValue

Parameters

Value
The new value.
Description
A display name for the valid value.

Return Type

The new valid value

Remarks

For use with user-created items only.

Example

See Also