| DbPlaceLng Property |
Identifies the known longitude of the place
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Entities
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public float Lng { get; set; }
Public Property Lng As Single
Get
Set
public:
property float Lng {
float get ();
void set (float value);
}
member Lng : float32 with get, set
Property Value
Type:
SingleSee Also