| PlaceLng Property |
Note: This API is now obsolete.
Gets or sets the longitude
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax [ObsoleteAttribute("Use the IGeoTagged properties")]
public double? Lng { get; set; }
<ObsoleteAttribute("Use the IGeoTagged properties")>
Public Property Lng As Double?
Get
Set
public:
[ObsoleteAttribute(L"Use the IGeoTagged properties")]
property Nullable<double> Lng {
Nullable<double> get ();
void set (Nullable<double> value);
}
[<ObsoleteAttribute("Use the IGeoTagged properties")>]
member Lng : Nullable<float> with get, set
Property Value
Type:
NullableDoubleSee Also