IReplicationLogSkippedItems Property
|
Note: This API is now obsolete.
This property is deprecated.
Gets/sets the collection of skipped entries for this replication log.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax [ObsoleteAttribute]
IEnumerable<ReplicationSkippedLogEntry> SkippedItems { get; set; }
<ObsoleteAttribute>
Property SkippedItems As IEnumerable(Of ReplicationSkippedLogEntry)
Get
Set
[ObsoleteAttribute]
property IEnumerable<ReplicationSkippedLogEntry^>^ SkippedItems {
IEnumerable<ReplicationSkippedLogEntry^>^ get ();
void set (IEnumerable<ReplicationSkippedLogEntry^>^ value);
}
[<ObsoleteAttribute>]
abstract SkippedItems : IEnumerable<ReplicationSkippedLogEntry> with get, set
Property Value
Type:
IEnumerableReplicationSkippedLogEntrySee Also