📚 SAP Business One SDK Help

Key Property
See Also 

Description

The object key in XML format.

Property type

Read-only property

Syntax

Visual Basic
Public Property Key() As String

Remarks

This is the same key you get in the BusinessObjectInfo.ObjectKey property.

Use this key in the DI API DataBrowser.GetByKeys(keysStr) method.

See Also