ISharePointProjectService.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 the SharePoint connection for the project service.
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 object representing a SharePoint connection.