Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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).