Item(System.Guid) Property
The Item property of the TeamSiteCollection class gets a TeamSite object from the collection with the specified identifier.
Parameters
siteId The GUID representing the primary key of the TeamSite object in the Sites table of the configuration database.
Property Value
A Microsoft.SharePoint.Portal.Topology.TeamSite that represents an object in the TeamSiteCollection instance.
Remarks
The Item property calls the proc_getSiteById stored procedure to return the TeamSite object that has siteId as its primary key value in the Sites table of the configuration database.
Requirements
Platforms: Microsoft Windows Server 2003
Security: Code Access Security