TagCloudWebPart.IsAsync Property
Gets or sets a value indicating whether the TagCloudWebPart is rendered asynchronously.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property IsAsync As Boolean
Get
Set
'Usage
Dim instance As TagCloudWebPart
Dim value As Boolean
value = instance.IsAsync
instance.IsAsync = value
public bool IsAsync { get; set; }
Property Value
Type: System.Boolean
true if the current Web Part is rendered asynchronously; otherwise, false. The default is true.