|
IRuleResponseVersion Property |
[This is preliminary documentation and is subject to change.]
The version of the rule.
Number of updates.
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
SyntaxNullable<int> Version { get; set; }
Property Version As Nullable(Of Integer)
Get
Set
property Nullable<int> Version {
Nullable<int> get ();
void set (Nullable<int> value);
}
abstract Version : Nullable<int> with get, set
Property Value
Type:
NullableInt32
The version.
See Also