| DbDeviceEntityOperatingSystemName Property |
Gets or sets the name of the operating system.
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Entities
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public string OperatingSystemName { get; set; }
Public Property OperatingSystemName As String
Get
Set
public:
property String^ OperatingSystemName {
String^ get ();
void set (String^ value);
}
member OperatingSystemName : string with get, set
Property Value
Type:
StringThe name of the operating system.
See Also