Share via


SPPersistedObjectSequence.GetVersion method

Get the associated SPPersistedUpgradableObject version.

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

Syntax

'Declaration
Protected Function GetVersion ( _
    id As Guid _
) As Version
'Usage
Dim id As Guid
Dim returnValue As Version

returnValue = Me.GetVersion(id)
protected Version GetVersion(
    Guid id
)

Parameters

Return value

Type: System.Version

Remarks

If the version does not exist, returns the oldest supported persisted object schema version.

See also

Reference

SPPersistedObjectSequence class

SPPersistedObjectSequence members

Microsoft.SharePoint.Upgrade namespace