| PlaceIsMobile Property |
True if location is mobile
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.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