Share via


SIGStorableDocument.getComment Method [AX 2012]

Gets information about a document comment that is stored in the class.

Syntax

public SIGComment getComment()

Run On

Called

Return Value

Type: SIGComment Extended Data Type
A document comment.

Remarks

This is a required method for classes that implement this class.A class variable should be declared to store the document comment and be a SIGComment extended data type.

See Also

Reference

SIGStorableDocument Interface