SyncSource propriété
Obtient ou définit le nom du composant qui a causé la levée de l'exception.
Espace de noms : Microsoft.Synchronization.Data
Assembly : Microsoft.Synchronization.Data (dans Microsoft.Synchronization.Data.dll)
Syntaxe
'Déclaration
Public Property SyncSource As String
Get
Set
'Utilisation
Dim instance As DataSyncException
Dim value As String
value = instance.SyncSource
instance.SyncSource = value
public string SyncSource { get; set; }
public:
property String^ SyncSource {
String^ get ();
void set (String^ value);
}
member SyncSource : string with get, set
function get SyncSource () : String
function set SyncSource (value : String)
Valeur de la propriété
Type : System. . :: . .String
Nom du composant qui a causé la levée de l'exception.