CategoryPicker.SupportClientSideCallback Property
NOTE: This API is now obsolete.
Gets or sets a value indicating whether client-side callback is supported.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This control is obsolete.")> _
Public Property SupportClientSideCallback As Boolean
Get
Set
'Usage
Dim instance As CategoryPicker
Dim value As Boolean
value = instance.SupportClientSideCallback
instance.SupportClientSideCallback = value
[ObsoleteAttribute("This control is obsolete.")]
public bool SupportClientSideCallback { get; set; }
Property Value
Type: System.Boolean
Boolean true if client-side callback is supported; otherwise, false.