OPC Studio User's Guide and Reference
SecurityGroupElement Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.SecurityKeyService.Graphs Namespace > UAPubSubSecurityKeyServiceNodeTreePosition Class : SecurityGroupElement Property
Represents a security group element in the Security Key Service (SKS).
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Property SecurityGroupElement As SecurityGroupElement
'Usage
 
Dim instance As UAPubSubSecurityKeyServiceNodeTreePosition
Dim value As SecurityGroupElement
 
instance.SecurityGroupElement = value
 
value = instance.SecurityGroupElement
[CanBeNull()]
public SecurityGroupElement SecurityGroupElement {get; set;}
[CanBeNull()]
public:
property SecurityGroupElement^ SecurityGroupElement {
   SecurityGroupElement^ get();
   void set (    SecurityGroupElement^ value);
}

Property Value

This value of this property can be null (Nothing in Visual Basic).

The default value of this property is null.

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