SPPersistedUpgradableObject.ShouldDeferUpgradeActions property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ShouldDeferUpgradeActions As Boolean
Get
Set
'Usage
Dim instance As SPPersistedUpgradableObject
Dim value As Boolean
value = instance.ShouldDeferUpgradeActions
instance.ShouldDeferUpgradeActions = value
public bool ShouldDeferUpgradeActions { get; set; }
Property value
Type: System.Boolean
See also
Reference
SPPersistedUpgradableObject class