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



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