CategoryPicker.SupportClientSideCallback Property

Gets or sets a value that indicates whether client-side callback is supported.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Property SupportClientSideCallback As Boolean
    Get
    Set
'Usage
Dim instance As CategoryPicker
Dim value As Boolean

value = instance.SupportClientSideCallback

instance.SupportClientSideCallback = value
public bool SupportClientSideCallback { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

CategoryPicker Class

CategoryPicker Members

Microsoft.SharePoint.Portal.WebControls Namespace