 | CreateRepsetRequestModelPhysicalRules Property |
Gets or sets the physical rules.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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