Share via


PropertyCollection.IsSynchronized property

NOTE: This API is now obsolete.

Gets a value indicating whether access to the PropertyCollection is synchronized (thread safe).

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

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

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

Property value

Type: System.Boolean
true if the property collection is synchronized; otherwise, false.

See also

Reference

PropertyCollection class

PropertyCollection members

Microsoft.Office.Server.UserProfiles namespace