QuickOPC User's Guide and Reference
ApplicationStoreGroup Property (_EasyUAClientServerApplication)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application.ComTypes Namespace > _EasyUAClientServerApplication Interface : ApplicationStoreGroup Property
The PKI store group used by the OPC UA application.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property ApplicationStoreGroup As IPkiApplicationStoreGroup
'Usage
 
Dim instance As _EasyUAClientServerApplication
Dim value As IPkiApplicationStoreGroup
 
value = instance.ApplicationStoreGroup
[NotNull()]
IPkiApplicationStoreGroup ApplicationStoreGroup {get;}
[NotNull()]
property IPkiApplicationStoreGroup^ ApplicationStoreGroup {
   IPkiApplicationStoreGroup^ get();
}
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