Item(System.Guid) Property
The Item property of the SearchServiceCollection class gets a SearchService object from the collection with the specified identifier.
Parameters
serviceId The GUID of the SearchService object to return. This ID represents the primary key of the SearchService in the Services table of the configuration database.
Property Value
A Microsoft.SharePoint.Portal.Topology.SearchService that represents an object in the SearchServiceCollection.
Remarks
The Item property calls the proc_getServiceById stored procedure to return the search service that has serviceId as its primary key value in the Services table.
Requirements
Platforms: Microsoft Windows Server 2003
Security: Code Access Security