|
ChangedItemsLogicalItems Property
|
This value represents the logical items that changed.
Namespace:
DoubleTake.Common.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic LogicalItem[] LogicalItems { get; set; }
Public Property LogicalItems As LogicalItem()
Get
Set
public:
property array<LogicalItem^>^ LogicalItems {
array<LogicalItem^>^ get ();
void set (array<LogicalItem^>^ value);
}
function get_LogicalItems();
function set_LogicalItems(value);
Property Value
Type:
LogicalItem
An array of
LogicalItem that indicates the logical items that changed.
See Also