QuickOPC 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);
}
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