ClientContext.Site property
Gets the site collection that is associated with the client context.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Site As Site
Get
'Usage
Dim instance As ClientContext
Dim value As Site
value = instance.Site
public Site Site { get; }
Property value
Type: Microsoft.SharePoint.Client.Site
The site collection associated with the client context.