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

value
The System.SByte value to set this Variant to

Glossary Item Box

Initializes the object with a sbyte value.

Syntax

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

Parameters

value
The System.SByte value to set this Variant to

Remarks

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