: CategoryPicker.Mode (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets whether to display listings in the portal site according to keyword or areas.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property Mode As String
'Uso
Dim instance As CategoryPicker
Dim value As String
value = instance.Mode
instance.Mode = value
public string Mode { get; set; }
Valor de propiedad
Display listings in the portal site according to keyword or areas.
Comentarios
There are two values possible for this property:
Keyword: In Keyword mode
AllowKeyword: In Area mode, but keyword areas are allowed.
Vea también
Referencia
CategoryPicker (Clase)
CategoryPicker (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)