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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.FileTransfer Namespace > UAFileHandle Class : InternalValue Property
The internal value of the OPC UA file handle.
Syntax
'Declaration
 
Public ReadOnly Property InternalValue As Long
'Usage
 
Dim instance As UAFileHandle
Dim value As Long
 
value = instance.InternalValue
public long InternalValue {get;}
public:
property int64 InternalValue {
   int64 get();
}
Remarks

Valid values are in the System.UInt32 range.

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