Opc.Ua.Core
PreferredLocales Property (IOperationContext)



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

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

IOperationContext Interface
IOperationContext Members