dataObjects

The dataObjects property returns all the Data objects in the document.

 

Syntax

System.Array dataObjects();

 

Return Value

Returns the array of Data objects, otherwise, null.

 

Remarks

This property is Read-Only

 

Member of doc.

 

Example