Share via


CueReference.name Method

Gets or sets the name used in code to identify a form, report, table, query, or another Microsoft Dynamics AX application object.

Syntax

public str name([str value])

Run On

Called

Parameters

  • value
    Type: str

Return Value

Type: str
The name used in code to identify an application object.

Remarks

The name property value of an object must meet the following criteria to avoid code conflicts:

  • Begins with a letter.

  • Does not exceed 250 characters.

  • Can include numbers and underscore characters.

  • Does not include punctuation or spaces.

  • Tables cannot have the same name as other public objects, such as extended data types, base enumerations, classes, and other public objects.

See Also

Reference

CueReference Class