Share via


DesignPackageInfo.MinorVersion property

Gets or sets the minor 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 MinorVersion As Integer
    Get
    Set
'Usage
Dim instance As DesignPackageInfo
Dim value As Integer

value = instance.MinorVersion

instance.MinorVersion = value
public int MinorVersion { get; set; }

Property value

Type: System.Int32
The minor version of a design package.

See also

Reference

DesignPackageInfo class

DesignPackageInfo members

Microsoft.SharePoint.Client.Publishing namespace