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

value
The ExpandedNodeId-array value to set this Variant to

Glossary Item Box

Initializes the object with a ExpandedNodeId array value.

Syntax

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

Parameters

value
The ExpandedNodeId-array value to set this Variant to

Remarks

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