Share via


PublishingPageVersionStyleIndicator.MinorVersionStyle Property

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

PublishingPageVersionStyleIndicator Members

Microsoft.SharePoint.Publishing.WebControls Namespace