| SecurityConfigurationSectionDeviceName Property |
Gets or sets the configured device name
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string DeviceName { get; set; }
Public Property DeviceName As String
Get
Set
public:
property String^ DeviceName {
String^ get ();
void set (String^ value);
}
member DeviceName : string with get, set
Property Value
Type:
StringThe name of the device.
See Also