Share via


AxContactPerson.parmTitle Method [AX 2012]

Gets or sets the Title parameter.

Syntax

public PersonTitle parmTitle([PersonTitle _title])

Run On

Called

Parameters

Return Value

Type: PersonTitle Extended Data Type
The value of the Title parameter.

Remarks

You can pass the _title parameter by using the Title field in the ContactPerson table. The Title field is based on the PersonTitle extended data type.

Examples

The following example shows a parmTitle method call.

    ContactPerson contactPerson; 
    AxContactPerson axContactPerson = AxContactPerson::newValidateInput(); 
    ; 
 
axContactPerson.parmTitle(contactPerson.Title);

See Also

Reference

AxContactPerson Class