Share via


AudienceSiteCollection.SyncRoot property

Returns the object that can be used to synchronize access to this collection.

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

Syntax

'Declaration
Public ReadOnly Property SyncRoot As Object
    Get
'Usage
Dim instance As AudienceSiteCollection
Dim value As Object

value = instance.SyncRoot
public Object SyncRoot { get; }

Property value

Type: System.Object
System.Object. Object that can be used to synchronize access to the collection.

Implements

ICollection.SyncRoot

See also

Reference

AudienceSiteCollection class

AudienceSiteCollection members

Microsoft.Office.Server.Audience namespace