|
ChangedItemsPhysicalRules Property |
This value represents the current physical rules of the workload.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic PhysicalRule[] PhysicalRules { get; set; }
Public Property PhysicalRules As PhysicalRule()
Get
Set
public:
property array<PhysicalRule^>^ PhysicalRules {
array<PhysicalRule^>^ get ();
void set (array<PhysicalRule^>^ value);
}
function get_PhysicalRules();
function set_PhysicalRules(value);
Property Value
Type:
PhysicalRule
An array of
PhysicalRule that represents the current physical rules of this workload.
See Also