DataSourcesCollection Properties
The DataSourcesCollection type exposes the following members.
Properties

  NameDescription
Public propertyCollectionType
CollectionType the type of the collection
(Overrides OnlineConfigurationElementCollection CollectionType.)
Public propertyOnlineCount
Gets the number of elements in the collection.
(Inherited from OnlineConfigurationElementCollection.)
Public propertyOnlineCurrentConfiguration
Gets a reference to the top-level OnlineConfiguration instance that represents the configuration hierarchy that the current OnlineConfigurationElement instance belongs to.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineElementInformation
Gets an OnlineElementInformation object that contains the non-customizable information and functionality of the OnlineConfigurationElement object.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineEmitClear
Gets or sets a value that specifies whether the collection has been cleared.
(Inherited from OnlineConfigurationElementCollection.)
Public propertyOnlineIsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
(Inherited from OnlineConfigurationElementCollection.)
Public propertyItem Int32 
Return the DataSourceElement at the given index
Public propertyItem String 
Return the DataSourceElement associated with Name
Public propertyOnlineLockAllAttributesExcept
Gets the collection of locked attributes.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockAllElementsExcept
Gets the collection of locked elements.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockAttributes
Gets the collection of locked attributes
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockElements
Gets the collection of locked elements.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockItem
Gets or sets a value indicating whether the element is locked.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineSyncRoot
Gets an object used to synchronize access to the OnlineConfigurationElementCollection.
(Inherited from OnlineConfigurationElementCollection.)
Back to Top
See Also