DbSyncException.DbSyncStage Property
Gets or sets a DbSyncStage 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
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public Property DbSyncStage As DbSyncStage
'Usage
Dim instance As DbSyncException
Dim value As DbSyncStage
value = instance.DbSyncStage
instance.DbSyncStage = value
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")]
public DbSyncStage DbSyncStage { get; set; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")]
public:
property DbSyncStage DbSyncStage {
DbSyncStage get ();
void set (DbSyncStage value);
}
/** @property */
public DbSyncStage get_DbSyncStage ()
/** @property */
public void set_DbSyncStage (DbSyncStage value)
public function get DbSyncStage () : DbSyncStage
public function set DbSyncStage (value : DbSyncStage)
Property Value
A DbSyncStage enumeration value that represents the stage of synchronization during which the error occurred.
See Also
Reference
DbSyncException Class
DbSyncException Members
Microsoft.Synchronization.Data Namespace