CategoryPicker.AutoPostBack Property
NOTE: This API is now obsolete.
Gets or sets a value indicating whether the control posts information back to the server each time a user closes the CategoryPicker control.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This control is obsolete.")> _
Public Property AutoPostBack As Boolean
Get
Set
'Usage
Dim instance As CategoryPicker
Dim value As Boolean
value = instance.AutoPostBack
instance.AutoPostBack = value
[ObsoleteAttribute("This control is obsolete.")]
public bool AutoPostBack { get; set; }
Property Value
Type: System.Boolean
Boolean true if the control posts information back to the server each time a user closes the CategoryPicker control; otherwise, false.