PeerDataSyncColumnMappingCollection Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a collection of PeerDataSyncColumnMapping objects.

Namespace: Microsoft.Synchronization.Data.Peer
Assembly: Microsoft.Synchronization.Data.Peer (in microsoft.synchronization.data.peer.dll)

Syntax

'Declaration
Public Class PeerDataSyncColumnMappingCollection
    Inherits Collection(Of PeerDataSyncColumnMapping)
'Usage
Dim instance As PeerDataSyncColumnMappingCollection
public class PeerDataSyncColumnMappingCollection : Collection<PeerDataSyncColumnMapping>
public ref class PeerDataSyncColumnMappingCollection : public Collection<PeerDataSyncColumnMapping^>
public class PeerDataSyncColumnMappingCollection extends Collection<PeerDataSyncColumnMapping>
public class PeerDataSyncColumnMappingCollection extends Collection<PeerDataSyncColumnMapping>

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.Synchronization.Data.Peer.PeerDataSyncColumnMappingCollection

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.

See Also

Reference

PeerDataSyncColumnMappingCollection Members
Microsoft.Synchronization.Data.Peer Namespace