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