Share via


DocumentSetVersion.IsLastMajor property

Gets whether only the latest checked in major versions of a DocumentSet object are captured by this snapshot.

Namespace:  Microsoft.Office.DocumentManagement.DocumentSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public ReadOnly Property IsLastMajor As Boolean
    Get
'Usage
Dim instance As DocumentSetVersion
Dim value As Boolean

value = instance.IsLastMajor
public bool IsLastMajor { get; }

Property value

Type: System.Boolean
true if the snapshot captured the latest checked-in major versions; false, when the captured versions are the latest checked in minor or major versions

See also

Reference

DocumentSetVersion class

DocumentSetVersion members

Microsoft.Office.DocumentManagement.DocumentSets namespace

Add(Boolean, String)