TransPublication.PeerConflictDetectionEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.