Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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)
Syntax
'Declaration
Public Property Action As FullEnumerationAction
Get
Set
'Usage
Dim instance As FullEnumerationNeededEventArgs
Dim value As FullEnumerationAction
value = instance.Action
instance.Action = value
public FullEnumerationAction Action { get; set; }
public:
property FullEnumerationAction Action {
FullEnumerationAction get ();
void set (FullEnumerationAction value);
}
member Action : FullEnumerationAction with get, set
function get Action () : FullEnumerationAction
function set Action (value : FullEnumerationAction)
Property Value
Type: Microsoft.Synchronization.FullEnumerationAction
The chosen response by the event handler to the request from Sync Framework for a full enumeration synchronization.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | value is not a valid FullEnumerationAction() member. |