List.MajorWithMinorVersionsLimit property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property MajorWithMinorVersionsLimit As Integer
    Get
    Set
'Usage
Dim instance As List
Dim value As Integer

value = instance.MajorWithMinorVersionsLimit

instance.MajorWithMinorVersionsLimit = value
public int MajorWithMinorVersionsLimit { get; set; }

Property value

Type: System.Int32

See also

Reference

List class

List members

Microsoft.SharePoint.Client namespace