Opc.Ua.Core
PreferredLocales Property (SystemContext)



Opc.Ua Namespace > SystemContext Class : PreferredLocales Property
The locales to use if available.
Syntax
'Declaration
 
Public Property PreferredLocales As IList(Of String)
'Usage
 
Dim instance As SystemContext
Dim value As IList(Of String)
 
instance.PreferredLocales = value
 
value = instance.PreferredLocales
public IList<string> PreferredLocales {get; set;}
public:
property IList<String^>^ PreferredLocales {
   IList<String^>^ get();
   void set (    IList<String^>^ value);
}

Property Value

The preferred locales.
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

SystemContext Class
SystemContext Members