Opc.Ua.Core
SupportedServices Property



Opc.Ua Namespace > EndpointBase Class : SupportedServices Property
The types of services known to the server.
Syntax
'Declaration
 
Protected Property SupportedServices As Dictionary(Of ExpandedNodeId,EndpointBase.ServiceDefinition)
'Usage
 
Dim instance As EndpointBase
Dim value As Dictionary(Of ExpandedNodeId,EndpointBase.ServiceDefinition)
 
instance.SupportedServices = value
 
value = instance.SupportedServices
protected Dictionary<ExpandedNodeId,EndpointBase.ServiceDefinition> SupportedServices {get; set;}
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

EndpointBase Class
EndpointBase Members