Microsoft.Search.Registration.Response Schema
Applies to: SharePoint Server 2010
You can use the Registration method to return information about the Search service application.
Schema
<ProviderUpdate>
<Status />
<DebugErrorMessage>
<Providers>
<Provider>
<Id />
<Name />
<QueryPath />
<Type />
<Services>
<Service>
<Id />
<Name />
<Category />
<Description />
<Copyright />
<Display />
</Service>
</Services>
</Provider>
</Providers>
</ProviderUpdate>
Elements
Name |
Description |
---|---|
The registration information for the service provider. |
|
The registration request status. |
|
The error message that is returned if an error occurred with the registration request. |
|
Information about the service provider. |
|
The details for the service provider. |
|
The GUID that uniquely identifies the service provider. |
|
The name of the service provider. |
|
The URL to the Query Web service. |
|
The service provider type. |
|
The list of services for the service provider. |
|
The details for the Search service application. |
|
The GUID that uniquely identifies the Search service application's site. |
|
The name of the Search service application's site. |
|
The category of the Search service application. |
|
The category of the Search service application server. |
|
The copyright information for the Search service application server. |
|
The display state of the Search service application server. |