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)

public:
property array<unsigned char>^ Anchor {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

Property Value

Type: array<System::Byte>
A byte array that contains the value of the anchor, such as a timestamp value.

ExceptionCondition
ArgumentException

value is longer than 10e6 bytes.

Show: