|
RuleRequestBaseId Property |
[This is preliminary documentation and is subject to change.]
The identifier of the rule, rule template or 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<Guid> Id { get; set; }
Public Property Id As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> Id {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member Id : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
The identifier.
See Also