📚 SAP Business One SDK Help

Get Method
See Also 
pIGendersParams

The key of the gender to retrieve.

Description

Retrieves a gender.

The gender is specified by its key, which is contained in the GendersParams object passed to the method.

Syntax

Visual Basic
Public Function Get( _
   ByVal pIGendersParams As GendersParams _
) As Gender

Parameters

pIGendersParams

The key of the gender to retrieve.

See Also