 | ShareQueryInputModelRules Property |
Gets or sets the 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 IEnumerable<PhysicalRuleModel> Rules { get; set; }
Public Property Rules As IEnumerable(Of PhysicalRuleModel)
Get
Set
public:
property IEnumerable<PhysicalRuleModel^>^ Rules {
IEnumerable<PhysicalRuleModel^>^ get ();
void set (IEnumerable<PhysicalRuleModel^>^ value);
}
member Rules : IEnumerable<PhysicalRuleModel> with get, set
Property Value
Type:
IEnumerablePhysicalRuleModel
See Also