QuickOPC User's Guide and Reference
Int64 Property (UAOpcBinaryStandardDataTypes)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel Namespace > UAOpcBinaryStandardDataTypes Class : Int64 Property
"A 64-bit signed integer."
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property Int64 As PrimitiveDataType
'Usage
 
Dim value As PrimitiveDataType
 
value = UAOpcBinaryStandardDataTypes.Int64
[NotNull()]
public static PrimitiveDataType Int64 {get;}
[NotNull()]
public:
static property PrimitiveDataType^ Int64 {
   PrimitiveDataType^ get();
}
Remarks

In .NET, it is represented by the Int64 type.

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