DataSyncException.SyncStage Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets a SyncStage enumeration value that represents the stage of synchronization during which the error occurred. This property is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data.Common
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property SyncStage As SyncStage
public SyncStage SyncStage { get; set; }
public:
property SyncStage SyncStage {
SyncStage get ();
void set (SyncStage value);
}
/** @property */
public SyncStage get_SyncStage ()
/** @property */
public void set_SyncStage (SyncStage value)
public function get SyncStage () : SyncStage
public function set SyncStage (value : SyncStage)
Property Value
A SyncStage enumeration value that represents the stage of synchronization during which the error occurred.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Sync Framework).
Target Platforms
See Also
Reference
DataSyncException Class
DataSyncException Members
Microsoft.Synchronization.Data.Common Namespace