Compartir a través de


de la propiedad ProfilesEditor.ProfileSearchFlags

Obtiene o establece el ProfileSearchFlags que se utilizan para especificar los tipos de perfiles que se incluyen en la búsqueda.

Espacio de nombres:  Microsoft.SharePoint.Portal.WebControls
Ensamblado:  Microsoft.SharePoint.Portal (en Microsoft.SharePoint.Portal.dll)

Sintaxis

'Declaración
Public Property ProfileSearchFlags As ProfileSearchFlags
    Get
    Set
'Uso
Dim instance As ProfilesEditor
Dim value As ProfileSearchFlags

value = instance.ProfileSearchFlags

instance.ProfileSearchFlags = value
public ProfileSearchFlags ProfileSearchFlags { get; set; }

Valor de propiedad

Tipo: Microsoft.Office.Server.UserProfiles.ProfileSearchFlags
El ProfileSearchFlags. Los valores predeterminados son ProfileSearchFlags.Organization y ProfileSearchFlags.User.

Vea también

Referencia

clase ProfilesEditor

Miembros ProfilesEditor

Espacio de nombres Microsoft.SharePoint.Portal.WebControls