IExplorerNodeContext.SharePointConnection 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 an ISharePointConnection object that you can use to execute commands that call into the SharePoint server object model.
public:
property Microsoft::VisualStudio::SharePoint::ISharePointConnection ^ SharePointConnection { Microsoft::VisualStudio::SharePoint::ISharePointConnection ^ get(); };
public Microsoft.VisualStudio.SharePoint.ISharePointConnection SharePointConnection { get; }
member this.SharePointConnection : Microsoft.VisualStudio.SharePoint.ISharePointConnection
Public ReadOnly Property SharePointConnection As ISharePointConnection
Property Value
An ISharePointConnection object that you can use to execute commands that call into the SharePoint server object model.
Remarks
For more information about calling into the SharePoint server object model, see Calling into the SharePoint Object Models.