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 checked-out version.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property CheckedOutVersionStyle As String
Get
Set
'Usage
Dim instance As PublishingPageVersionStyleIndicator
Dim value As String
value = instance.CheckedOutVersionStyle
instance.CheckedOutVersionStyle = value
public string CheckedOutVersionStyle { 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 checked-out version.
See Also
Reference
PublishingPageVersionStyleIndicator Class