CategoryPicker.OverrideIsPostBackValue Field
NOTE: This API is now obsolete.
Specifies a value indicating whether the control should ignore the value of Page.IsPostBack property and assume Page.IsPostBack is false for the rest of the correct post. The property defaults to false.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This control is obsolete.")> _
Public OverrideIsPostBackValue As Boolean
'Usage
Dim instance As CategoryPicker
Dim value As Boolean
value = instance.OverrideIsPostBackValue
instance.OverrideIsPostBackValue = value
[ObsoleteAttribute("This control is obsolete.")]
public bool OverrideIsPostBackValue