TransPublication.PeerConflictDetectionEnabled Property

Definition

Gets whether peer-to-peer conflict detection was enabled by using SetPeerConflictDetection(Boolean, Int32).

public:
 property bool PeerConflictDetectionEnabled { bool get(); };
public bool PeerConflictDetectionEnabled { get; }
member this.PeerConflictDetectionEnabled : bool
Public ReadOnly Property PeerConflictDetectionEnabled As Boolean

Property Value

If true, peer-to-peer conflict detection is enabled. If false, it is not enabled.

Remarks

For more information, see Conflict Detection in Peer-to-Peer Replication.

Applies to