Delen via


SyncAnchor.Anchor Property

Gets or sets the anchor value in the form of a byte array.

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

Syntax

'Declaration
Public Property Anchor As Byte()
public byte[] Anchor { get; set; }
public:
property array<unsigned char>^ Anchor {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
/** @property */
public byte[] get_Anchor ()

/** @property */
public void set_Anchor (byte[] value)
public function get Anchor () : byte[]

public function set Anchor (value : byte[])

Property Value

A byte array that contains the value of the anchor, such as a timestamp value.

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

SyncAnchor Class
SyncAnchor Members
Microsoft.Synchronization.Data Namespace