|
SubjectDistanceRuleRequest. Distance Property |
[This is preliminary documentation and is subject to change.]
The distance from the center.
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Nullable<decimal> Distance { get; set; }
Public Property Distance As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal> Distance {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member Distance : Nullable<decimal> with get, set
Property Value
Type:
Nullable<Decimal>
The distance.
See Also