Compartir a través de


(String, OrganizationMembershipType) del método OrganizationProfile.AddMember

NOTA: esta API está ahora obsoleta.

Agrega el perfil de usuario especificado a este objeto OrganizationProfile .

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("This class is no longer supported.")> _
Public Sub AddMember ( _
    strAccountName As String, _
    type As OrganizationMembershipType _
)
'Uso
Dim instance As OrganizationProfile
Dim strAccountName As String
Dim type As OrganizationMembershipType

instance.AddMember(strAccountName, type)
[ObsoleteAttribute("This class is no longer supported.")]
public void AddMember(
    string strAccountName,
    OrganizationMembershipType type
)

Parámetros

  • strAccountName
    Tipo: System.String

    El nombre asociado con el perfil de usuario.

Vea también

Referencia

clase OrganizationProfile

Miembros OrganizationProfile

Sobrecarga AddMember

Espacio de nombres Microsoft.Office.Server.UserProfiles