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

value
The System.Int64 value to set this Variant to

Glossary Item Box

Initializes the object with a long value.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Variant
Dim value As Long
 
instance.Set(value)
C# 
public void Set( 
   long value
)

Parameters

value
The System.Int64 value to set this Variant to

Remarks

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