📚 SAP Business One SDK Help

GetBusinessPartnerProperty Method
See Also 
pIBusinessPartnerPropertyParams

The key of the business partner property to retrieve.

Description

Retrieves a business partner property.

The business partner property is specified by its key (GroupCode), which is contained in the BusinessPartnerPropertyParams object passed to the method.

Syntax

Visual Basic
Public Function GetBusinessPartnerProperty( _
   ByVal pIBusinessPartnerPropertyParams As BusinessPartnerPropertyParams _
) As BusinessPartnerProperty

Parameters

pIBusinessPartnerPropertyParams

The key of the business partner property to retrieve.

Return Type

The business partner property with the specified key.

See Also