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



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