IReplicationLogReplicatedItems Property
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<ReplicationLogEntry> ReplicatedItems { get; set; }
Property ReplicatedItems As IEnumerable(Of ReplicationLogEntry)
Get
Set
property IEnumerable<ReplicationLogEntry^>^ ReplicatedItems {
IEnumerable<ReplicationLogEntry^>^ get ();
void set (IEnumerable<ReplicationLogEntry^>^ value);
}
abstract ReplicatedItems : IEnumerable<ReplicationLogEntry> with get, set
Property Value
Type:
IEnumerableReplicationLogEntrySee Also