Gets or sets a
Boolean value that specifies whether versioning is enabled for the document library.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Property EnableVersioning As Boolean
Dim instance As SPList
Dim value As Boolean
value = instance.EnableVersioning
instance.EnableVersioning = value
public bool EnableVersioning { get; set; }
Property Value
true if versioning is enabled; otherwise, false.
Although the EnableVersioning property is defined on the SPList class, versioning is only available for document library lists.