 | DefaultOperatingSystemInfoServiceMachineName Property |
Get the machine name
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic string MachineName { get; }
Public ReadOnly Property MachineName As String
Get
public:
virtual property String^ MachineName {
String^ get () sealed;
}
abstract MachineName : string with get
override MachineName : string with get
Property Value
Type:
StringImplements
IOperatingSystemInfoServiceMachineName
See Also