SRSPrintDestinationSettings.caption Method [AX 2012]

Gets or sets the caption for the print destination settings form

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public str caption([str _value])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public str caption([str _value])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public str caption([str value])

  Microsoft Dynamics AX 2012 (FPK)
          public str caption([str value])

  Microsoft Dynamics AX 2012 (SYS)
          public str caption([str value])

Run On

Called

Parameters

  • _value
    Type: str
    The new value of the caption property; optional.

Return Value

Type: str
The current value of the caption property.

Remarks

By default, this method returns the @SYS131685 system message.

See Also

Reference

SRSPrintDestinationSettings Class