CategoryPicker.AutoPostBack Property
Gets or sets a value that indicates whether the control posts information back to the server every time a user closes the CategoryPicker control.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property AutoPostBack As Boolean
Get
Set
'Usage
Dim instance As CategoryPicker
Dim value As Boolean
value = instance.AutoPostBack
instance.AutoPostBack = value
public bool AutoPostBack { get; set; }
Property Value
Type: System.Boolean