| GetBusinessPartnerProperty Method | |
| See Also |
- pIBusinessPartnerPropertyParams
The key of the business partner property to retrieve.
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.
| Visual Basic |
|---|
Public Function GetBusinessPartnerProperty( _
ByVal pIBusinessPartnerPropertyParams As BusinessPartnerPropertyParams _
) As BusinessPartnerProperty |
- pIBusinessPartnerPropertyParams
The key of the business partner property to retrieve.
The business partner property with the specified key.