 | ChangedItemsModelPhysicalRules Property |
Gets or sets the new set of physical rules associated with this workload.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic PhysicalRuleModel[] PhysicalRules { get; set; }
Public Property PhysicalRules As PhysicalRuleModel()
Get
Set
public:
property array<PhysicalRuleModel^>^ PhysicalRules {
array<PhysicalRuleModel^>^ get ();
void set (array<PhysicalRuleModel^>^ value);
}
member PhysicalRules : PhysicalRuleModel[] with get, set
Property Value
Type:
PhysicalRuleModel
See Also