Compartir a través de


de la propiedad UserProfileChangeQuery.OrganizationMembership

NOTA: esta API está ahora obsoleta.

Obtiene o establece un valor que indica si se deben incluir los cambios de pertenencia a organización.

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

Sintaxis

'Declaración
<ObsoleteAttribute("This property is no longer supported.")> _
Public Property OrganizationMembership As Boolean
    Get
    Set
'Uso
Dim instance As UserProfileChangeQuery
Dim value As Boolean

value = instance.OrganizationMembership

instance.OrganizationMembership = value
[ObsoleteAttribute("This property is no longer supported.")]
public bool OrganizationMembership { get; set; }

Valor de propiedad

Tipo: System.Boolean

Vea también

Referencia

clase UserProfileChangeQuery

Miembros UserProfileChangeQuery

Espacio de nombres Microsoft.Office.Server.UserProfiles