 | ChangedItemsModelPhysicalItems Property |
Gets or sets the physical items that changed.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic PhysicalItemModel[] PhysicalItems { get; set; }
Public Property PhysicalItems As PhysicalItemModel()
Get
Set
public:
property array<PhysicalItemModel^>^ PhysicalItems {
array<PhysicalItemModel^>^ get ();
void set (array<PhysicalItemModel^>^ value);
}
member PhysicalItems : PhysicalItemModel[] with get, set
Property Value
Type:
PhysicalItemModel
See Also