ChangeApplicationContext.Change Property
Gets the metadata 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 Change As ItemChange
'Usage
Dim instance As ChangeApplicationContext
Dim value As ItemChange
value = instance.Change
public ItemChange Change { get; }
public:
property ItemChange^ Change {
ItemChange^ get ();
}
/** @property */
public ItemChange get_Change ()
public function get Change () : ItemChange
Property Value
The metadata 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. |
See Also
Reference
ChangeApplicationContext Class
ChangeApplicationContext Members
Microsoft.Synchronization Namespace