Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

A structure that could contain value with any of the UA built-in data types.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public struct Variant : IFormattable, ICloneable
Visual Basic
Public Structure Variant _
	Implements IFormattable, ICloneable
Visual C++
public value class Variant : IFormattable, 
	ICloneable

Remarks

The Variant is described in Part 6 - Mappings, Section 6.2.2.15, titled Variant

Variant is a data type in COM, but not within the .NET Framework. Therefore OPC UA has its own Variant type that supports all of the OPC UA data-types.

See Also