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 Members