QuickOPC User's Guide and Reference
MajorVersion Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAExtensionFields Class : MajorVersion Property
The MajorVersion from the ConfigurationVersion.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property MajorVersion As UAQualifiedName
'Usage
 
Dim value As UAQualifiedName
 
value = UAExtensionFields.MajorVersion
[NotNull()]
public static UAQualifiedName MajorVersion {get;}
[NotNull()]
public:
static property UAQualifiedName^ MajorVersion {
   UAQualifiedName^ get();
}
Remarks

OPC-UA Type: UInt32.

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