Site class
Represents a collection of sites in a Web application, including a top-level website and all its subsites.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Site
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Class Site _
Inherits ClientObject
'Usage
Dim instance As Site
public class Site : ClientObject
Remarks
Each Site object, or site collection, is represented within a SiteCollection object that consists of the collection of all site collections in the Web application.
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.