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