QuickOPC User's Guide and Reference
GroupVersion Property (UABrowseNames)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Standard Namespace > UABrowseNames Class : GroupVersion Property
The browse name for the GroupVersion component.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property GroupVersion As UAQualifiedName
'Usage
 
Dim value As UAQualifiedName
 
value = UABrowseNames.GroupVersion
[NotNull()]
public static UAQualifiedName GroupVersion {get;}
[NotNull()]
public:
static property UAQualifiedName^ GroupVersion {
   UAQualifiedName^ get();
}
Remarks
The browse name is: GroupVersion
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