SyncException.SyncStage Property
NOTE: This property is now obsolete.
Gets or sets a SyncStage enumeration value that represents the stage of synchronization during which the error occurred.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<ObsoleteAttribute("You are attempting to reference properties that have been moved. Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", True)> _
Public Property SyncStage As Object
'Usage
Dim instance As SyncException
Dim value As Object
value = instance.SyncStage
instance.SyncStage = value
[ObsoleteAttribute("You are attempting to reference properties that have been moved. Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", true)]
public Object SyncStage { get; set; }
[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 */
public Object get_SyncStage ()
/** @property */
public void set_SyncStage (Object value)
public function get SyncStage () : Object
public function set SyncStage (value : Object)
Property Value
Returns a SyncStage enumeration value that represents the stage of synchronization during which the error occurred. This member is obsolete and always returns a null reference (Nothing in Visual Basic).
Remarks
This member is obsolete and should not be used. Use Microsoft.Synchronization.Data.DataSyncException instead.
See Also
Reference
SyncException Class
SyncException Members
Microsoft.Synchronization Namespace