OPC Labs EasyOPC-UA Library
UACertificateGroupElementCollection Collection
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UACertificateGroupElementCollection Collection
Description
A collection of OPC-UA certificate groups.

 

ProgId: OpcLabs.EasyOpc.UA.Gds.UACertificateGroupElementCollection
CLSID (Class ID): f2b52270-d7e5-4aac-a0f5-791809dabd6d
Default interface: OpcLabs.EasyOpc.UA.Gds.ComTypes._UACertificateGroupElementCollection
Event source interface:

 

For more information, see UACertificateGroupElementCollection and OpcLabs.EasyOpc.UA.Gds.ComTypes._UACertificateGroupElementCollection in .NET Reference.

Object Model

UACertificateGroupElementCollection CollectionUACertificateGroupElement ObjectUANodeId ObjectUANodeIdCollection CollectionUANodeId Object

Remarks

For remarks, see UACertificateGroupElementCollection and OpcLabs.EasyOpc.UA.Gds.ComTypes._UACertificateGroupElementCollection in .NET Reference.

Object creation

_UACertificateGroupElementCollectionPtr UACertificateGroupElementCollectionPtr(__uuidof(UACertificateGroupElementCollection));
UACertificateGroupElementCollection := CoUACertificateGroupElementCollection.Create;
var UACertificateGroupElementCollection = new ActiveXObject("OpcLabs.EasyOpc.UA.Gds.UACertificateGroupElementCollection");
UACertificateGroupElementCollection := CoUACertificateGroupElementCollection.Create;
$UACertificateGroupElementCollection = Win32::OLE->new("OpcLabs.EasyOpc.UA.Gds.UACertificateGroupElementCollection");
$UACertificateGroupElementCollection = new COM("OpcLabs.EasyOpc.UA.Gds.UACertificateGroupElementCollection");
OLEObject UACertificateGroupElementCollection
UACertificateGroupElementCollection = CREATE OLEObject
UACertificateGroupElementCollection.ConnectToNewObject("OpcLabs.EasyOpc.UA.Gds.UACertificateGroupElementCollection")
UACertificateGroupElementCollection = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Gds.UACertificateGroupElementCollection')
Dim UACertificateGroupElementCollection As New OleObject ("OpcLabs.EasyOpc.UA.Gds.UACertificateGroupElementCollection")
Dim UACertificateGroupElementCollection As New UACertificateGroupElementCollection
UACertificateGroupElementCollection = CREATEOBJECT("OpcLabs.EasyOpc.UA.Gds.UACertificateGroupElementCollection")
Dim UACertificateGroupElementCollection As New UACertificateGroupElementCollection
Dim UACertificateGroupElementCollection: Set UACertificateGroupElementCollection = CreateObject("OpcLabs.EasyOpc.UA.Gds.UACertificateGroupElementCollection")
UACertificateGroupElementCollection := CreateObject("OpcLabs.EasyOpc.UA.Gds.UACertificateGroupElementCollection")
Interfaces
InterfaceDescription
 

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

 

IID (Interface ID): de8db6f8-d101-3a92-8d1c-e72e5f10e992

 

For more information, see ICollection in .NET Reference.

 

IID (Interface ID): 496b0abe-cdee-11d3-88e8-00902754c43a

 

For more information, see IEnumerable in .NET Reference.

 

IID (Interface ID): 7bcfa00f-f764-3113-9140-3bbd127a96bb

 

For more information, see IList in .NET Reference.

Example

For examples, see UACertificateGroupElementCollection in .NET Reference.

See Also

UACertificateGroupElementCollection Members