OPC Studio User's Guide and Reference
Int32Value Property (_UAEnumValue)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes Namespace > _UAEnumValue Interface : Int32Value Property
The integer representation of an enumeration. A 32-bit signed integer.
Syntax
'Declaration
 
Property Int32Value As Integer
'Usage
 
Dim instance As _UAEnumValue
Dim value As Integer
 
instance.Int32Value = value
 
value = instance.Int32Value
int Int32Value {get; set;}
property int Int32Value {
   int get();
   void set (    int value);
}

Property Value

The default value of this property is 0.

Remarks

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also