SyncException::SyncStage Property
Note: This API is now obsolete. The non-obsolete alternative is [Microsoft.Synchronization.Data.DataSyncException.SyncStage].
Gets or sets a SyncStage enumeration value that represents the stage of synchronization during which the error occurred.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
[ObsoleteAttribute(L"You are attempting to reference properties that have been moved. Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", true)] public: property Object^ SyncStage { Object^ get (); void set (Object^ value); }
Property Value
Type: System::ObjectReturns a SyncStage enumeration value that represents the stage of synchronization during which the error occurred. This member is obsolete and always returns a nullptr.
Show: