Freigeben über


DataFormWebPart.AsyncRefresh-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob die asynchrone Aktualisierung aktiviert ist.

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

Syntax

'Declaration
<ResourcesAttribute("DataFormWebPartAsyncRefresh", "DataFormWebPartAJAXOptions",  _
    "DataFormWebPartAsyncRefreshDescription")> _
<PersistenceModeAttribute(PersistenceMode.Attribute)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Overridable Property AsyncRefresh As Boolean
    Get
    Set
'Usage
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; }

Eigenschaftswert

Typ: System.Boolean
true , wenn die asynchrone Aktualisierung aktiviert ist; andernfalls false.

Hinweise

Wenn die AsyncRefresh auf falsefestgelegt ist, wird die ManualRefresh ebenfalls auf falsefestgelegt sein.

Siehe auch

Referenz

DataFormWebPart Klasse

DataFormWebPart-Member

Microsoft.SharePoint.WebPartPages-Namespace