DbSyncException.SyncSource Property

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
    Get
    Set
'Usage
Dim instance As DbSyncException
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)

Property Value

Type: System.String
The name of the component that threw the exception.

See Also

Reference

DbSyncException Class

Microsoft.Synchronization.Data Namespace