Opc.Ua.Core
LocalizedText Constructor(LocalizedText)



Opc.Ua Namespace > LocalizedText Class > LocalizedText Constructor : LocalizedText Constructor(LocalizedText)
The text to create an instance from
Creates a deep copy of the value.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As LocalizedText _
)
'Usage
 
Dim value As LocalizedText
 
Dim instance As New LocalizedText(value)
public LocalizedText( 
   LocalizedText value
)
public:
LocalizedText( 
   LocalizedText^ value
)

Parameters

value
The text to create an instance from
Exceptions
ExceptionDescription
Thrown when the value is null
Remarks
Creates a deep copy of the 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

LocalizedText Class
LocalizedText Members
Overload List