Opc.Ua.Core
Locale Property (DiagnosticInfo)



Opc.Ua Namespace > DiagnosticInfo Class : Locale Property
The index of the locale associated with the localized text.
Syntax
'Declaration
 
<DataMemberAttribute(Order=3, IsRequired=False)>
Public Property Locale As Integer
'Usage
 
Dim instance As DiagnosticInfo
Dim value As Integer
 
instance.Locale = value
 
value = instance.Locale
[DataMember(Order=3, IsRequired=false)]
public int Locale {get; set;}
[DataMember(Order=3, IsRequired=false)]
public:
property int Locale {
   int get();
   void set (    int value);
}
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

DiagnosticInfo Class
DiagnosticInfo Members