OPC Labs EasyOPC-UA Library
UAEndpointDescriptorCollection Collection
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAEndpointDescriptorCollection Collection
Description
A collection of OPC UA endpoint descriptors.

 

ProgId: OpcLabs.EasyOpc.UA.UAEndpointDescriptorCollection
CLSID (Class ID): f6e3b776-0bfd-4116-9306-a7a8bc417000
Default interface: OpcLabs.EasyOpc.UA.ComTypes._UAEndpointDescriptorCollection
Event source interface:

 

For more information, see UAEndpointDescriptorCollection and OpcLabs.EasyOpc.UA.ComTypes._UAEndpointDescriptorCollection in .NET Reference.

Object Model

UAEndpointDescriptorCollection CollectionUAEndpointDescriptor ObjectUACertificateAcceptancePolicy ObjectUAEndpointSelectionPolicy ObjectNetworkSecurity ObjectPkiCertificate ObjectUserIdentity Object

Remarks

For remarks, see UAEndpointDescriptorCollection and OpcLabs.EasyOpc.UA.ComTypes._UAEndpointDescriptorCollection in .NET Reference.

Object creation

_UAEndpointDescriptorCollectionPtr UAEndpointDescriptorCollectionPtr(__uuidof(UAEndpointDescriptorCollection));
UAEndpointDescriptorCollection := CoUAEndpointDescriptorCollection.Create;
var UAEndpointDescriptorCollection = new ActiveXObject("OpcLabs.EasyOpc.UA.UAEndpointDescriptorCollection");
UAEndpointDescriptorCollection := CoUAEndpointDescriptorCollection.Create;
$UAEndpointDescriptorCollection = Win32::OLE->new("OpcLabs.EasyOpc.UA.UAEndpointDescriptorCollection");
$UAEndpointDescriptorCollection = new COM("OpcLabs.EasyOpc.UA.UAEndpointDescriptorCollection");
OLEObject UAEndpointDescriptorCollection
UAEndpointDescriptorCollection = CREATE OLEObject
UAEndpointDescriptorCollection.ConnectToNewObject("OpcLabs.EasyOpc.UA.UAEndpointDescriptorCollection")
UAEndpointDescriptorCollection = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.UAEndpointDescriptorCollection')
Dim UAEndpointDescriptorCollection As New OleObject ("OpcLabs.EasyOpc.UA.UAEndpointDescriptorCollection")
Dim UAEndpointDescriptorCollection As New UAEndpointDescriptorCollection
UAEndpointDescriptorCollection = CREATEOBJECT("OpcLabs.EasyOpc.UA.UAEndpointDescriptorCollection")
Dim UAEndpointDescriptorCollection As New UAEndpointDescriptorCollection
Dim UAEndpointDescriptorCollection: Set UAEndpointDescriptorCollection = CreateObject("OpcLabs.EasyOpc.UA.UAEndpointDescriptorCollection")
UAEndpointDescriptorCollection := CreateObject("OpcLabs.EasyOpc.UA.UAEndpointDescriptorCollection")
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 UAEndpointDescriptorCollection in .NET Reference.

See Also

UAEndpointDescriptorCollection Members