DataFormWebPart.AsyncRefresh - Propriété
Obtient ou définit une valeur qui indique si l'actualisation asynchrone est activée.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<ResourcesAttribute("DataFormWebPartAsyncRefresh", "DataFormWebPartAJAXOptions", _
"DataFormWebPartAsyncRefreshDescription")> _
<PersistenceModeAttribute(PersistenceMode.Attribute)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Overridable Property AsyncRefresh As Boolean
Get
Set
'Utilisation
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; }
Valeur de propriété
Type : System.Boolean
true si l'actualisation asynchrone est activée ; dans le cas contraire, false.
Remarques
Si la AsyncRefresh est définie sur false, le ManualRefresh est également fixé à false.