QuickOPC User's Guide and Reference
InternalValue Property (VarType)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComInterop Namespace > VarType Class : InternalValue Property
The enumerated value of the data type.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<XmlIgnoreAttribute()>
Public Property InternalValue As VarTypes
'Usage
 
Dim instance As VarType
Dim value As VarTypes
 
instance.InternalValue = value
 
value = instance.InternalValue
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[XmlIgnore()]
public VarTypes InternalValue {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[XmlIgnore()]
public:
property VarTypes InternalValue {
   VarTypes get();
   void set (    VarTypes 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