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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UAWriterGroupData Interface : SecurityGroupId Property
The identifier for a security group in the security key server (SKS).
Syntax
'Declaration
 
<NotNullAttribute()>
Property SecurityGroupId As String
'Usage
 
Dim instance As _UAWriterGroupData
Dim value As String
 
instance.SecurityGroupId = value
 
value = instance.SecurityGroupId
[NotNull()]
string SecurityGroupId {get; set;}
[NotNull()]
property String^ SecurityGroupId {
   String^ get();
   void set (    String^ value);
}
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