Opc.Ua.Core
LocalizedText Property (DiagnosticInfo)



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