'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;}
protected: property Dictionary<ExpandedNodeId^,EndpointBase.ServiceDefinition^>^ SupportedServices { Dictionary<ExpandedNodeId^,EndpointBase.ServiceDefinition^>^ get(); void set ( Dictionary<ExpandedNodeId^,EndpointBase.ServiceDefinition^>^ value); }