ResultTableCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.ScriptType("Microsoft.SharePoint.Client.Search.Query.ResultTableCollection", ServerTypeId="{11f20d08-7f42-49c1-8c0c-8ee4c32b203e}", ValueObject=true)]
public sealed class ResultTableCollection : Microsoft.SharePoint.Client.ClientValueObjectCollection<Microsoft.SharePoint.Client.Search.Query.ResultTable>
type ResultTableCollection = class
inherit ClientValueObjectCollection<ResultTable>
Public NotInheritable Class ResultTableCollection
Inherits ClientValueObjectCollection(Of ResultTable)
- Inheritance
- Attributes
Constructors
ResultTableCollection() |
Properties
ChildItemsName | (Inherited from ClientValueObjectCollection<T>) |
Count | (Inherited from ClientValueObjectCollection<T>) |
ElapsedTime | |
Item[Int32] | (Inherited from ClientValueObjectCollection<T>) |
Properties | |
QueryErrors | |
QueryId | |
SpellingSuggestion | |
TriggeredRules | |
TypeId |
Methods
Add(T) | (Inherited from ClientValueObjectCollection<T>) |
CustomFromJson(JsonReader) | (Inherited from ClientValueObject) |
CustomWriteToXml(XmlWriter, SerializationContext) | (Inherited from ClientValueObject) |
FromJson(JsonReader) | (Inherited from ClientValueObject) |
GetEnumerator() | (Inherited from ClientValueObjectCollection<T>) |
InitOnePropertyFromJson(String, JsonReader) | (Inherited from ClientValueObjectCollection<T>) |
WriteToXml(XmlWriter, SerializationContext) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() | (Inherited from ClientValueObjectCollection<T>) |