Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.