Click or drag to resize

ChangedItems.LogicalItems Property

This value represents the logical items that changed.

Namespace:  DoubleTake.Common.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntax
public LogicalItem[] LogicalItems { get; set; }

Property Value

Type:LogicalItem[]
An array of LogicalItem that indicates the logical items that changed.
See Also