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

value
The System.UInt16 value to set this Variant to

Glossary Item Box

Initializes the object with a ushort value.

Syntax

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

Parameters

value
The System.UInt16 value to set this Variant to

Remarks

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