: CategoryPicker.AutoPostBack (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets a value indicating whether the control posts information back to the server each time a user closes the CategoryPicker control.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property AutoPostBack As Boolean
'Uso
Dim instance As CategoryPicker
Dim value As Boolean
value = instance.AutoPostBack
instance.AutoPostBack = value
public bool AutoPostBack { get; set; }
Valor de propiedad
Boolean true if the control posts information back to the server each time a user closes the CategoryPicker control; otherwise, false.
Vea también
Referencia
CategoryPicker (Clase)
CategoryPicker (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)