de la propiedad SPPersistedUpgradableObject.UpgradeContext
Obtiene el SPUpgradeContext para la operación de actualización actual.
Espacio de nombres: Microsoft.SharePoint.Administration
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Overridable ReadOnly Property UpgradeContext As SPUpgradeContext
Get
'Uso
Dim instance As SPPersistedUpgradableObject
Dim value As SPUpgradeContext
value = instance.UpgradeContext
public virtual SPUpgradeContext UpgradeContext { get; }
Valor de propiedad
Tipo: Microsoft.SharePoint.Upgrade.SPUpgradeContext
Contexto de actualización adicional.
Implementaciones
Vea también
Referencia
clase SPPersistedUpgradableObject