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



OpcLabs.EasyOpcClassic 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 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

DAPropertyId Class
DAPropertyId Members