SyncException.SyncStage Propiedad
NOTA: esta propiedad ya está obsoleta.
Obtiene o establece un valor de enumeración SyncStage que representa la fase de sincronización durante la cual se produjo el error.
Espacio de nombres: Microsoft.Synchronization
Ensamblado: Microsoft.Synchronization (en microsoft.synchronization.dll)
Sintaxis
'Declaración
<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
'Uso
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)
Valor de la propiedad
Devuelve un valor de enumeración SyncStage que representa la fase de sincronización durante la cual se produjo el error. Este miembro ha quedado obsoleto y siempre devuelve un valor NULL.
Notas
Este miembro ha quedado obsoleto y no se debe usar. En su lugar, use Microsoft.Synchronization.Data.DataSyncException.
Vea también
Referencia
SyncException Clase
SyncException Miembros
Microsoft.Synchronization Espacio de nombres