Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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