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

value
The System.Int32-array value to set this Variant to

Glossary Item Box

Initializes the object with an int array value.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Variant
Dim value() As Integer
 
instance.Set(value)
C# 
public void Set( 
   int[] value
)

Parameters

value
The System.Int32-array value to set this Variant to

Remarks

Initializes the object with a System.Int32-array 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.