|
RuleSetRequestRuleCategoryId Property |
[This is preliminary documentation and is subject to change.]
The rule category identifier of the rule set.
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Nullable<RuleCategoryCode> RuleCategoryId { get; set; }
Public Property RuleCategoryId As Nullable(Of RuleCategoryCode)
Get
Set
public:
property Nullable<RuleCategoryCode> RuleCategoryId {
Nullable<RuleCategoryCode> get ();
void set (Nullable<RuleCategoryCode> value);
}
member RuleCategoryId : Nullable<RuleCategoryCode> with get, set
Property Value
Type:
NullableRuleCategoryCode
The rule category identifier.
See Also