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()
'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);
}
/** @property */
public byte[] get_ChangeApplierInfo ()
/** @property */
public void set_ChangeApplierInfo (byte[] value)
public function get ChangeApplierInfo () : byte[]
public function set ChangeApplierInfo (value : byte[])
Property Value
The data for the serialized change applier. The default is a null reference (Nothing in Visual Basic).
See Also
Reference
SyncSessionContext Class
SyncSessionContext Members
Microsoft.Synchronization Namespace