다음을 통해 공유


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