Skip to main content
A newer version of this page is available. .

QueryNodeCollection Properties

A collection of federated queries.
Name Description
Count Gets the number of nodes contained in the QueryNodeCollection instance.
IsFixedSize
IsReadOnly Indicates whether the collection is read-only.
IsSynchronized Indicates whether access to the QueryNodeCollection is synchronized (thread safe).
Item[Int32] Gets or sets the query with the specified index.
Item[String] Gets or sets the query with the specified name.
SyncRoot Provides access to an object that is used to synchronize access to the collection.
See Also