ISharePointProject.SharePointConnection Property

Definition

Gets the SharePoint connection instance that enables users to execute commands against the SharePoint object model in the vssphost.exe 64-bit process.

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 instance of a SharePoint connection.

Applies to