Site - Classe

Represents a collection of sites in a Web application, including a top-level website and all its subsites.

Hiérarchie d’héritage

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.Site

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Class Site _
    Inherits ClientObject
'Utilisation
Dim instance As Site
public class Site : ClientObject

Remarques

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.

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

Site - Membres

Microsoft.SharePoint.Client - Espace de noms