Share via


SPAction.HonorTargetSchemaVersion property

NOTE: This API is now obsolete.

Property to indicate if schema version should be honored for actions with FromBuild/ToBuild.

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

Syntax

'Declaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Protected Friend ReadOnly Property HonorTargetSchemaVersion As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.HonorTargetSchemaVersion
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
protected internal bool HonorTargetSchemaVersion { get; }

Property value

Type: System.Boolean

See also

Reference

SPAction class

SPAction members

Microsoft.SharePoint.Upgrade namespace