PublishingObjectStatus.LastMajorVersion property

Gets or sets the last major version.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property LastMajorVersion As Decimal
    Get
    Set
'Usage
Dim instance As PublishingObjectStatus
Dim value As Decimal

value = instance.LastMajorVersion

instance.LastMajorVersion = value
public decimal LastMajorVersion { get; set; }

Property value

Type: System.Decimal

See also

Reference

PublishingObjectStatus class

PublishingObjectStatus members

Microsoft.SharePoint.Publishing namespace

PublishingObjectStatus