EasyUA Reference
TranslationInfo Constructor(String,LocalizedText)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TranslationInfo Class > TranslationInfo Constructor : TranslationInfo Constructor(String,LocalizedText)

key
text

Glossary Item Box

Creates an object from a key and a LocalizedText.

Syntax

Visual Basic (Usage)Copy Code
Dim key As String
Dim text As LocalizedText
 
Dim instance As New TranslationInfo(key, text)
C# 
public TranslationInfo( 
   string key,
   LocalizedText text
)

Parameters

key
text

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.