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