Compartir a través de


: ProfilePropertyLoader.ValueEx (Método) (UserProfile, String) (Microsoft.SharePoint.Portal.WebControls)

Returns the value(s) of the specified profile property for the specified user.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Shared Function ValueEx ( _
    userProfile As UserProfile, _
    propertyname As String _
) As Object()
'Uso
Dim userProfile As UserProfile
Dim propertyname As String
Dim returnValue As Object()

returnValue = ProfilePropertyLoader.ValueEx(userProfile, propertyname)
public static Object[] ValueEx (
    UserProfile userProfile,
    string propertyname
)

Parámetros

  • userProfile
    A user profile object.
  • propertyname
    Profile property name.

Valor devuelto

The value(s) of the profile property.

Vea también

Referencia

ProfilePropertyLoader (Clase)
ProfilePropertyLoader (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)