EasyUA Reference
Variant Constructor(Int32)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > Variant Structure > Variant Constructor : Variant Constructor(Int32)

value
The System.Int32 value of the Variant

Glossary Item Box

Initializes the object with an int value.

Syntax

Visual Basic (Usage)Copy Code
Dim value As Integer
 
Dim instance As New Variant(value)
C# 
public Variant( 
   int value
)

Parameters

value
The System.Int32 value of the Variant

Remarks

Creates a new variant with a System.Int32 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.