Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the style name to render when the current page is a draft version.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property MinorVersionStyle As String
Get
Set
'Usage
Dim instance As PublishingPageVersionStyleIndicator
Dim value As String
value = instance.MinorVersionStyle
instance.MinorVersionStyle = value
public string MinorVersionStyle { get; set; }
Property Value
Type: System.String
A string that represents the name of the style to be used when the current page is a draft version.
See Also
Reference
PublishingPageVersionStyleIndicator Class