SPSiteLookupInfo class
Maps a site collection identifier to its containers, for example, to its content database, subscription, or Web application.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPSiteLookupInfo
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataContractAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPSiteLookupInfo
'Usage
Dim instance As SPSiteLookupInfo
[DataContractAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPSiteLookupInfo
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.