SyncSessionContext::ChangeApplierInfo Property

Gets or sets data for a serialized change applier.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

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

Property Value

Type: array<System::Byte>
The data for the serialized change applier. The default is a nullptr.
Show: