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