ResultTableCollection members

Represents a collection of ResultTable objects.

The ResultTableCollection type exposes the following members.

Constructors

  Name Description
Public method ResultTableCollection

Top

Properties

  Name Description
Protected property ChildItemsName (Overrides ClientValueObjectCollection<T>.ChildItemsName.)
Public property Count Gets the number of items in the collection. (Inherited from ClientValueObjectCollection<T>.)
Public property ElapsedTime Gets or sets the total duration of the query, combining the time spent executing the query on the database server with the time spent in the osssearch14 object model.
Public property Item Gets the item at the specified index. (Inherited from ClientValueObjectCollection<T>.)
Public property Properties
Public property QueryErrors
Public property QueryId
Public property SpellingSuggestion Gets or sets an alternate spelling for a search term that is not recognized.
Public property TriggeredRules
Public property TypeId (Overrides ClientValueObject.TypeId.)

Top

Methods

  Name Description
Public method Add Adds a new item to the collection. (Inherited from ClientValueObjectCollection<T>.)
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method GetEnumerator Gets enumerator. (Inherited from ClientValueObjectCollection<T>.)
Protected method InitOnePropertyFromJson (Overrides ClientValueObjectCollection<T>.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method WriteToXml (Overrides ClientValueObjectCollection<T>.WriteToXml(XmlWriter, SerializationContext).)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Gets enumerator. (Inherited from ClientValueObjectCollection<T>.)

Top

See also

Reference

ResultTableCollection class

Microsoft.SharePoint.Client.Search.Query namespace