DataObjectsCollection Members
Include Protected Members
Include Inherited Members
Contains a DataSourceObject object for each secondary data source used within a Microsoft InfoPath 2010 form.
The DataObjectsCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets a count of the number of DataSourceObject objects contained in the DataObjectsCollection collection. (Inherited from DataObjects.) | |
Item | Gets a reference to the specified DataSourceObject object from the DataObjectsCollection collection. (Inherited from DataObjects.) |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator() | Gets an IEnumerator that iterates over all entries in the DataObjectsCollection object. (Inherited from DataObjects.) |
Top