Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the data for the change to be applied or the conflict to be saved.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeData As Object
'Usage
Dim instance As ChangeApplicationContext
Dim value As Object
value = instance.ChangeData
public Object ChangeData { get; }
public:
property Object^ ChangeData {
Object^ get ();
}
/** @property */
public Object get_ChangeData ()
public function get ChangeData () : Object
Property Value
The data for the change to be applied or the conflict to be saved.
Exceptions
| Exception type | Condition |
|---|---|
ChangeApplicationAction is set to a value other than SaveChange, SaveChangeWithChangeUnits, or SaveConflict. This exception is also thrown when no data exists for the specified save change action, such as DeleteAndStoreTombstone. |
See Also
Reference
ChangeApplicationContext Class
ChangeApplicationContext Members
Microsoft.Synchronization Namespace