|
RegistrationAvailabilityRequestCategory Property |
[This is preliminary documentation and is subject to change.]
The category of the rule for the request.
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic RuleCategoryCode Category { get; }
Public ReadOnly Property Category As RuleCategoryCode
Get
public:
virtual property RuleCategoryCode Category {
RuleCategoryCode get () sealed;
}
abstract Category : RuleCategoryCode with get
override Category : RuleCategoryCode with get
Property Value
Type:
RuleCategoryCode
The category.
Implements
IRuleExecutionRequestCategory
See Also