SearchResultCollection members
A data structure which holds the result set and metadata which describes a search operation that has been executed by the ContactSearch control.
The SearchResultCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SearchResultCollection | Constructor. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ReadOnlyCollection<SearchResult>.) | |
IsMoreAvailable | True if more search results available than were returned | |
IsSkillSearchPossible | Indicate if a skill search possible. | |
Item | (Inherited from ReadOnlyCollection<SearchResult>.) | |
Items | (Inherited from ReadOnlyCollection<SearchResult>.) | |
ProviderSyncState | Synchronization state for the search provider. | |
SearchError | SearchError | |
SearchType | Type of search | |
SkillSearchQueryUri | Uri for the skill search |
Top
Methods
Name | Description | |
---|---|---|
Contains | (Inherited from ReadOnlyCollection<SearchResult>.) | |
CopyTo | (Inherited from ReadOnlyCollection<SearchResult>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from ReadOnlyCollection<SearchResult>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from ReadOnlyCollection<SearchResult>.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Top