QuickOPC User's Guide and Reference
CertificateGroupId Property (_UACertificateGroupElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Gds.ComTypes Namespace > _UACertificateGroupElement Interface : CertificateGroupId Property
The node Id of the certificate group.
Syntax
'Declaration
 
<NotNullAttribute()>
Property CertificateGroupId As UANodeId
'Usage
 
Dim instance As _UACertificateGroupElement
Dim value As UANodeId
 
instance.CertificateGroupId = value
 
value = instance.CertificateGroupId
[NotNull()]
UANodeId CertificateGroupId {get; set;}
[NotNull()]
property UANodeId^ CertificateGroupId {
   UANodeId^ get();
   void set (    UANodeId^ 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