Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- id
Type: System.Guid
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