de la propiedad DataFormWebPart.AsyncRefresh

Obtiene o establece un valor que indica si está habilitada la actualización asincrónica.

Espacio de nombres:  Microsoft.SharePoint.WebPartPages
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
<ResourcesAttribute("DataFormWebPartAsyncRefresh", "DataFormWebPartAJAXOptions",  _
    "DataFormWebPartAsyncRefreshDescription")> _
<PersistenceModeAttribute(PersistenceMode.Attribute)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Overridable Property AsyncRefresh As Boolean
    Get
    Set
'Uso
Dim instance As DataFormWebPart
Dim value As Boolean

value = instance.AsyncRefresh

instance.AsyncRefresh = value
[ResourcesAttribute("DataFormWebPartAsyncRefresh", "DataFormWebPartAJAXOptions", 
    "DataFormWebPartAsyncRefreshDescription")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public virtual bool AsyncRefresh { get; set; }

Valor de propiedad

Tipo: System.Boolean
true si está habilitada la actualización asincrónica; en caso contrario, false.

Comentarios

Si el AsyncRefresh se establece en false, la ManualRefresh también se establecerá en false.

Vea también

Referencia

clase DataFormWebPart

Miembros DataFormWebPart

Espacio de nombres Microsoft.SharePoint.WebPartPages