Opc.Ua.Core
Endpoints Property (ConfiguredEndpointCollection)



Opc.Ua Namespace > ConfiguredEndpointCollection Class : Endpoints Property
The default configuration to use when connecting to an endpoint.
Syntax
'Declaration
 
<DataMemberAttribute(Name="Endpoints", 
   IsRequired=False, 
   Order=2)>
Public ReadOnly Property Endpoints As List(Of ConfiguredEndpoint)
'Usage
 
Dim instance As ConfiguredEndpointCollection
Dim value As List(Of ConfiguredEndpoint)
 
value = instance.Endpoints
[DataMember(Name="Endpoints", 
   IsRequired=false, 
   Order=2)]
public List<ConfiguredEndpoint> Endpoints {get;}
[DataMember(Name="Endpoints", 
   IsRequired=false, 
   Order=2)]
public:
property List<ConfiguredEndpoint^>^ Endpoints {
   List<ConfiguredEndpoint^>^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConfiguredEndpointCollection Class
ConfiguredEndpointCollection Members