Gets or sets a value that determines the type of user who can view minor versions of document drafts within the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Property DraftVersionVisibility As DraftVisibilityType
Dim instance As SPList
Dim value As DraftVisibilityType
value = instance.DraftVersionVisibility
instance.DraftVersionVisibility = value
public DraftVisibilityType DraftVersionVisibility { get; set; }
Property Value
A DraftVisibilityType value that specifies the type of user who can view minor versions.