xrefWeb::getReader Method [AX 2012]

Gets an instance of the AotReferenceAttributeReader class to use to read AOT references in Web controls in managed assemblies.

client server public static CLRObject getReader()

Run On

Called

Return Value

Type: CLRObject Class
An instance of the AotReferenceAttributeReader class.

Managed assemblies that have Web controls that use AOT properties can be added here to build cross references. All the controls that have the AotReference attribute that is specified on one or more properties can be read using this reader.

Show: