ReplicationConnection.GeneratedByKcc Property

Definition

Gets or sets a value indicating whether this replication connection was generated by the knowledge consistency checker (KCC).

public:
 property bool GeneratedByKcc { bool get(); void set(bool value); };
public bool GeneratedByKcc { get; set; }
member this.GeneratedByKcc : bool with get, set
Public Property GeneratedByKcc As Boolean

Property Value

true if this replication connection was generated by the KCC; otherwise, false.

Exceptions

The current object has been disposed.

Applies to