IPackageManifest.SharePointProductVersion 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 or sets the version of SharePoint that the solution is designed for.
public:
property System::String ^ SharePointProductVersion { System::String ^ get(); void set(System::String ^ value); };
public string SharePointProductVersion { get; set; }
member this.SharePointProductVersion : string with get, set
Public Property SharePointProductVersion As String
Property Value
A string value representing a version number.
Remarks
SharePoint uses this attribute to determine the version of SharePoint the solution is designed for. The two current valid values are 12.0 and 14.0. A value of 12.0 indicates that the item is designed for Windows SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007, while 14.0 indicates that the item is designed for SharePoint Foundation 2010 or SharePoint Server 2010. For more information, see Importing Items from an Existing SharePoint Site.