ISharePointProjectPackage.Model Property

Definition

Gets the root object of the SharePoint package document.

public:
 property Microsoft::VisualStudio::SharePoint::Packages::IPackage ^ Model { Microsoft::VisualStudio::SharePoint::Packages::IPackage ^ get(); };
public Microsoft.VisualStudio.SharePoint.Packages.IPackage Model { get; }
member this.Model : Microsoft.VisualStudio.SharePoint.Packages.IPackage
Public ReadOnly Property Model As IPackage

Property Value

An object representing a package document.

Applies to