2.2.4.8 SERVERITEM

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration

This type contains the unique identifier and display URL of the Domino server.

 <xs:complexType name="SERVERITEM" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="displayUrl" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="serverId" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

displayUrl: Specifies the display URL of the Domino server.

serverId: Specifies the unique identifier of the Domino server.