QuickOPC User's Guide and Reference
GetSecurityGroup Property



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