SyncAnchor Constructor (SyncAnchor)
Initializes a new instance of the SyncAnchor class by using an existing SyncAnchor object as a parameter.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Sub New ( _
other As SyncAnchor _
)
public SyncAnchor (
SyncAnchor other
)
public:
SyncAnchor (
SyncAnchor^ other
)
public SyncAnchor (
SyncAnchor other
)
public function SyncAnchor (
other : SyncAnchor
)
Parameters
- other
An existing SyncAnchor object.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncAnchor Class
SyncAnchor Members
Microsoft.Synchronization.Data Namespace