SqlCeReplication.SubscriberConflicts Property

This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.

[SECURITY CRITICAL]

This property is not used by SQL Server Compact.

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

Syntax

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

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

Property Value

Type: System.Int32

See Also

Reference

SqlCeReplication Class

System.Data.SqlServerCe Namespace