Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the name of the component that threw the exception.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property SyncSource As String
'Usage
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);
}
/** @property */
public String get_SyncSource ()
/** @property */
public void set_SyncSource (String value)
public function get SyncSource () : String
public function set SyncSource (value : String)
Property Value
The name of the component that threw the exception.
See Also
Reference
DataSyncException Class
DataSyncException Members
Microsoft.Synchronization.Data Namespace