Class ExistingObjectReplication
A container that specifies information about existing object replication. You can choose whether to enable or disable the replication of existing objects.
public class ExistingObjectReplication
- Inheritance
-
ExistingObjectReplication
- Inherited Members
Constructors
ExistingObjectReplication()
public ExistingObjectReplication()
Properties
Status
Specifies whether existing object replication is enabled.
public ExistingObjectReplicationStatus Status { get; set; }