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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAPropertyId Class : InternalValue Property
The internal (enumerated) value of the property Id.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<XmlIgnoreAttribute()>
Public Property InternalValue As DAPropertyIds
'Usage
 
Dim instance As DAPropertyId
Dim value As DAPropertyIds
 
instance.InternalValue = value
 
value = instance.InternalValue
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[XmlIgnore()]
public DAPropertyIds InternalValue {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[XmlIgnore()]
public:
property DAPropertyIds InternalValue {
   DAPropertyIds get();
   void set (    DAPropertyIds 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