PublishingObjectStatus.LastMinorVersion Property
Gets or sets the last minor version.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property LastMinorVersion As Decimal
Get
Set
'Usage
Dim instance As PublishingObjectStatus
Dim value As Decimal
value = instance.LastMinorVersion
instance.LastMinorVersion = value
public decimal LastMinorVersion { get; set; }
Property Value
Type: System.Decimal
See Also
Reference
PublishingObjectStatus Members