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 a DbOutdatedSyncAction enumeration value for the action to handle the outdated peer.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property Action As DbOutdatedSyncAction
Get
Set
'Usage
Dim instance As DbOutdatedEventArgs
Dim value As DbOutdatedSyncAction
value = instance.Action
instance.Action = value
public DbOutdatedSyncAction Action { get; set; }
public:
property DbOutdatedSyncAction Action {
DbOutdatedSyncAction get ();
void set (DbOutdatedSyncAction value);
}
member Action : DbOutdatedSyncAction with get, set
function get Action () : DbOutdatedSyncAction
function set Action (value : DbOutdatedSyncAction)
Property Value
Type: Microsoft.Synchronization.Data.DbOutdatedSyncAction
A DbOutdatedSyncAction enumeration value.