Share via


PrintMgmtPrintSettingDetail.parmIdentificationText Method [AX 2012]

Gets or sets the IdentificationText parameter.

Syntax

public str parmIdentificationText([str _parmIdentificationText])

Run On

Called

Parameters

  • _parmIdentificationText
    Type: str
    The value to set.

Return Value

Type: str
The value of the IdentificationText parameter.

Remarks

This text is retrieved based on the language ID passed through the PrintMgmtPrintContext class. The text is generally displayed as footer text on the documents being printed.

See Also

Reference

PrintMgmtPrintSettingDetail Class