|
RuleTemplateResponseRuleSet Property |
[This is preliminary documentation and is subject to change.]
The rule set the rule template belongs to.
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic RuleSetResponse RuleSet { get; set; }
Public Property RuleSet As RuleSetResponse
Get
Set
public:
property RuleSetResponse^ RuleSet {
RuleSetResponse^ get ();
void set (RuleSetResponse^ value);
}
member RuleSet : RuleSetResponse with get, set
Property Value
Type:
RuleSetResponse
The rule set.
See Also