| DbPlaceQueryResultIsMobile Property |
Identifies whether the place is mobile
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Entities
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public bool IsMobile { get; set; }
Public Property IsMobile As Boolean
Get
Set
public:
property bool IsMobile {
bool get ();
void set (bool value);
}
member IsMobile : bool with get, set
Property Value
Type:
BooleanSee Also