FullEnumerationNeededEventArgs::Action Property

Gets or sets the chosen response by the event handler to the request from Sync Framework for a full enumeration synchronization.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property FullEnumerationAction Action {
	FullEnumerationAction get ();
	void set (FullEnumerationAction value);
}

Property Value

Type: Microsoft.Synchronization::FullEnumerationAction
The chosen response by the event handler to the request from Sync Framework for a full enumeration synchronization.

ExceptionCondition
ArgumentOutOfRangeException

value is not a valid FullEnumerationAction() member.

Show: