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

value
The text to create an instance from

Glossary Item Box

Creates a deep copy of the value.

Syntax

Visual Basic (Usage)Copy Code
Dim value As LocalizedText
 
Dim instance As New LocalizedText(value)
C# 
public LocalizedText( 
   LocalizedText value
)

Parameters

value
The text to create an instance from

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThrown when the value is null

Remarks

Creates a deep copy of the value.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.