QuickOPC User's Guide and Reference
SecurityGroupId Property (UAPubSubGroupElement)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAPubSubGroupElement Class : SecurityGroupId Property
The identifier for a security group in the security key server (SKS).
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=True, 
   Order=203, 
   ShortName="Security Group Id")>
<NotNullAttribute()>
Public Property SecurityGroupId As String
 
'Usage
 
Dim instance As UAPubSubGroupElement
Dim value As String
 
instance.SecurityGroupId = value
 
value = instance.SecurityGroupId
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