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