Click or drag to resize

ChangedItemsPhysicalRules Property

This value represents the current physical rules of the workload.

Namespace:  DoubleTake.Common.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public PhysicalRule[] PhysicalRules { get; set; }

Property Value

Type: PhysicalRule
An array of PhysicalRule that represents the current physical rules of this workload.
See Also