 | CreateConnectionModelRules Property |
Gets or sets the 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[] Rules { get; set; }
Public Property Rules As PhysicalRuleModel()
Get
Set
public:
property array<PhysicalRuleModel^>^ Rules {
array<PhysicalRuleModel^>^ get ();
void set (array<PhysicalRuleModel^>^ value);
}
member Rules : PhysicalRuleModel[] with get, set
Property Value
Type:
PhysicalRuleModel
The rules.
Remarks
This field is only used for creating connections on clustered servers.
See Also