Opc.Ua.Core
Key Property (LocalizedText)



Opc.Ua Namespace > LocalizedText Class : Key Property
A key that can be used to look to the localized text in different locales.
Syntax
'Declaration
 
Public Property Key As String
'Usage
 
Dim instance As LocalizedText
Dim value As String
 
instance.Key = value
 
value = instance.Key
public string Key {get; set;}
public:
property String^ Key {
   String^ get();
   void set (    String^ value);
}
Remarks
This value is used within a process to facilite localization. It is not transmitted on the wire.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LocalizedText Class
LocalizedText Members