Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the current client context of the client-side object model (CSOM) runtime.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Current As ClientContext
Get
'Usage
Dim value As ClientContext
value = ClientContext.Current
public static ClientContext Current { get; }
Property Value
Type: Microsoft.SharePoint.Client.ClientContext
The current client context of the CSOM.
Remarks
This property can only be used in the Silverlight and JavaScript client object models.