Compartir a través de


de la propiedad PropertyCollection.IsSynchronized

NOTA: esta API está ahora obsoleta.

Obtiene un valor que indica si el acceso a la PropertyCollection está sincronizado (seguro para subprocesos).

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

Sintaxis

'Declaración
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public ReadOnly Property IsSynchronized As Boolean
    Get
'Uso
Dim instance As PropertyCollection
Dim value As Boolean

value = instance.IsSynchronized
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public bool IsSynchronized { get; }

Valor de propiedad

Tipo: System.Boolean
true si la colección de propiedades está sincronizada; en caso contrario, false.

Vea también

Referencia

clase PropertyCollection

Miembros PropertyCollection

Espacio de nombres Microsoft.Office.Server.UserProfiles