Share via


PublisherConflicts Property

Specifies the total number of conflicts that occurred at the Publisher when the Synchronize method was last called.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public ReadOnly Property PublisherConflicts As Integer
    Get
'Usage
Dim instance As SqlCeReplication
Dim value As Integer

value = instance.PublisherConflicts
public int PublisherConflicts { get; }
public:
property int PublisherConflicts {
    int get ();
}
member PublisherConflicts : int
function get PublisherConflicts () : int

Property Value

Type: System. . :: . .Int32
The number of conflicts that occurred.

See Also

Reference

SqlCeReplication Class

SqlCeReplication Members

System.Data.SqlServerCe Namespace