 | ConfiguredUpstreamRealmSettingsLocalDeviceName Property |
Gets the local identity (how this node authenticates itself to the upstream)
Namespace: SanteDB.Client.Upstream.ManagementAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic string LocalDeviceName { get; }Public ReadOnly Property LocalDeviceName As String
Get
public:
virtual property String^ LocalDeviceName {
String^ get () sealed;
}abstract LocalDeviceName : string with get
override LocalDeviceName : string with get
Property Value
StringImplements
IUpstreamRealmSettingsLocalDeviceName
See Also