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 DbSyncStage enumeration value that represents the synchronization stage during which the conflict occurred.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property Stage As DbSyncStage
Get
Set
'Usage
Dim instance As DbSyncConflict
Dim value As DbSyncStage
value = instance.Stage
instance.Stage = value
public DbSyncStage Stage { get; set; }
public:
property DbSyncStage Stage {
DbSyncStage get ();
void set (DbSyncStage value);
}
member Stage : DbSyncStage with get, set
function get Stage () : DbSyncStage
function set Stage (value : DbSyncStage)
Property Value
Type: Microsoft.Synchronization.Data.DbSyncStage
A DbSyncStage enumeration value that represents the synchronization stage during which the conflict occurred.