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 action a destination provider must take to save a change.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ItemChangeSaveAction As SaveChangeAction
Get
'Usage
Dim instance As ChangeApplicationContext
Dim value As SaveChangeAction
value = instance.ItemChangeSaveAction
public SaveChangeAction ItemChangeSaveAction { get; }
public:
property SaveChangeAction ItemChangeSaveAction {
SaveChangeAction get ();
}
member ItemChangeSaveAction : SaveChangeAction
function get ItemChangeSaveAction () : SaveChangeAction
Property Value
Type: Microsoft.Synchronization.SaveChangeAction
The action a destination provider must take to save a change.
Exceptions
| Exception | Condition |
|---|---|
| SyncInvalidOperationException | ChangeApplicationAction is set to a value other than SaveChange, or the change contains change units. |