 | ChangedItemsModelPhysicalRules Property |
Gets or sets the new set of physical rules associated with this workload.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.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