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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel.ComTypes Namespace > _EnumerationData Interface : Int32Value Property
The current enumeration value. A 32-bit signed integer.
Syntax
'Declaration
 
Property Int32Value As Integer
'Usage
 
Dim instance As _EnumerationData
Dim value As Integer
 
instance.Int32Value = value
 
value = instance.Int32Value
int Int32Value {get; set;}
property int Int32Value {
   int get();
   void set (    int value);
}
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