 | ShareQueryInputModelRules 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 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