del método UserProfile.GetMyDirectReportOrganizations
NOTA: esta API está ahora obsoleta.
Devuelve una matriz de perfiles de la organización que representa a las organizaciones que informe a este usuario.
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("This method is no longer supported.")> _
Public Function GetMyDirectReportOrganizations As OrganizationProfile()
'Uso
Dim instance As UserProfile
Dim returnValue As OrganizationProfile()
returnValue = instance.GetMyDirectReportOrganizations()
[ObsoleteAttribute("This method is no longer supported.")]
public OrganizationProfile[] GetMyDirectReportOrganizations()
Valor devuelto
Tipo: []
Una matriz de organización perfiles que representan las organizaciones que dependen de este usuario.