SyncAdapterCollection Class

A collection of SyncAdapter objects.

Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class SyncAdapterCollection
    Inherits Collection(Of SyncAdapter)
[DefaultMemberAttribute("Item")] 
public sealed class SyncAdapterCollection : Collection<SyncAdapter>
[DefaultMemberAttribute(L"Item")] 
public ref class SyncAdapterCollection sealed : public Collection<SyncAdapter^>
/** @attribute DefaultMemberAttribute("Item") */ 
public final class SyncAdapterCollection extends Collection<SyncAdapter>
DefaultMemberAttribute("Item") 
public final class SyncAdapterCollection extends Collection<SyncAdapter>

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.Synchronization.Data.Server.SyncAdapterCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SyncAdapterCollection Members
Microsoft.Synchronization.Data.Server Namespace