 | PhysicalRulesModelPhysicalRules Property |
Gets or sets the physical rules.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
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
The physical rules.
See Also