SyncSessionContext.ChangeApplierInfo Property

Gets or sets data for a serialized change applier.

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

Syntax

'Declaration
Public Property ChangeApplierInfo As Byte()
    Get
    Set
'Usage
Dim instance As SyncSessionContext
Dim value As Byte()

value = instance.ChangeApplierInfo

instance.ChangeApplierInfo = value
public byte[] ChangeApplierInfo { get; set; }
public:
property array<unsigned char>^ ChangeApplierInfo {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
member ChangeApplierInfo : byte[] with get, set
function get ChangeApplierInfo () : byte[]
function set ChangeApplierInfo (value : byte[])

Property Value

Type: System.Byte[]
The data for the serialized change applier. The default is a null reference (Nothing in Visual Basic).

See Also

Reference

SyncSessionContext Class

Microsoft.Synchronization Namespace