DesignPackageInfo.MajorVersion property
Gets or sets the major version of a design package.
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Property MajorVersion As Integer
Get
Set
'Usage
Dim instance As DesignPackageInfo
Dim value As Integer
value = instance.MajorVersion
instance.MajorVersion = value
public int MajorVersion { get; set; }
Property value
Type: System.Int32
The major version of a design package.