IExplorerNodeContext.SharePointConnection Property

Definition

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.

Applies to