del método ProfileLoader.GetProfileLoader
Obtiene un objeto de ProfileLoader de la caché de contexto.
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
Public Shared Function GetProfileLoader As ProfileLoader
'Uso
Dim returnValue As ProfileLoader
returnValue = ProfileLoader.GetProfileLoader()
public static ProfileLoader GetProfileLoader()
Valor devuelto
Tipo: Microsoft.Office.Server.UserProfiles.ProfileLoader
El objeto ProfileLoader .
Comentarios
Utilice el método GetProfileLoader si está escribiendo código para el web. El método GetProfileLoader utiliza el contexto de servidor predeterminado (el contexto de servidor del portal que está examinando actualmente).