FullEnumerationNeededEventArgs::Action Property
Gets or sets the chosen response by the event handler to the request from Sync Framework for a full enumeration synchronization.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: property FullEnumerationAction Action { FullEnumerationAction get (); void set (FullEnumerationAction value); }
Property Value
Type: Microsoft.Synchronization::FullEnumerationActionThe chosen response by the event handler to the request from Sync Framework for a full enumeration synchronization.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | value is not a valid FullEnumerationAction() member. |
Show: