Partager via


Propriété SyncException.SyncSource

REMARQUE : cette propriété est désormais obsolète.  

Obtient ou définit le nom du composant qui a causé la levée de l'exception.

Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("You are attempting to reference properties that have been moved.  Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", True)> _
Public Property SyncSource As Object
'Utilisation
Dim instance As SyncException
Dim value As Object

value = instance.SyncSource

instance.SyncSource = 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 SyncSource { 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^ SyncSource {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
public Object get_SyncSource ()

/** @property */
public void set_SyncSource (Object value)
public function get SyncSource () : Object

public function set SyncSource (value : Object)

Valeur de propriété

Retourne le nom du composant qui a causé la levée de l'exception. Ce membre est obsolète et retourne toujours une valeur Null.

Notes

Ce membre est obsolète et ne doit pas être utilisé. Utilisez plutôt Microsoft.Synchronization.Data.DataSyncException.

Voir aussi

Référence

Classe SyncException
Membres SyncException
Espace de noms Microsoft.Synchronization