ClientContext.Web - Propriété
Représente la position séquentielle unique d’une modification dans le journal des modifications.
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 ReadOnly Property Web As Web
Get
'Utilisation
Dim instance As ClientContext
Dim value As Web
value = instance.Web
public Web Web { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.Web
Le site Web associé au contexte client.