Opc.Ua.Core
LocalizedText Constructor(String)



Opc.Ua Namespace > LocalizedText Class > LocalizedText Constructor : LocalizedText Constructor(String)
The plain text stored within this object
Initializes the object with a text and the default locale.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String _
)
'Usage
 
Dim text As String
 
Dim instance As New LocalizedText(text)
public LocalizedText( 
   string text
)
public:
LocalizedText( 
   String^ text
)

Parameters

text
The plain text stored within this object
Remarks
Initializes the object with a text and the default locale.
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

LocalizedText Class
LocalizedText Members
Overload List