ISharePointRemoteCommandContext.ClientContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the SharePoint client context.
public:
property Microsoft::SharePoint::Client::ClientContext ^ ClientContext { Microsoft::SharePoint::Client::ClientContext ^ get(); };
public Microsoft.SharePoint.Client.ClientContext ClientContext { get; }
member this.ClientContext : Microsoft.SharePoint.Client.ClientContext
Public ReadOnly Property ClientContext As ClientContext
Property Value
The SharePoint client context.