QueryActionCollection<T> properties

The QueryActionCollection<T> type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of items in the Collection (Inherited from OrderedCollectionBase<T>.)
Public property IsReadOnly Gets a value indicating whether the collection is read-only. (Overrides OrderedCollectionBase<T>.IsReadOnly.)
Public property Item[Int32] Gets an item by its position in the collection. Position is zero-based. (Inherited from OrderedCollectionBase<T>.)
Public property Item[Guid] Gets a QueryAction object by its Id.
Public property MaxSize (Inherited from OrderedCollectionBase<T>.)

Top

See also

Reference

QueryActionCollection<T> class

Microsoft.Office.Server.Search.Query.Rules namespace