Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
'Usage
Dim instance As ChangeApplicationContext
Dim value As ItemChange
value = instance.Change
public ItemChange Change { get; }
public:
property ItemChange^ Change {
ItemChange^ get ();
}
member Change : ItemChange
function get Change () : ItemChange
Property Value
Type: Microsoft.Synchronization.ItemChange
The metadata for the change to be applied or the conflict to be saved.
Exceptions
| Exception | Condition |
|---|---|
| SyncInvalidOperationException | ChangeApplicationAction is set to a value other than SaveChange, SaveChangeWithChangeUnits, or SaveConflict. |