QuickOPC User's Guide and Reference
ServiceProviderEndpointDescriptor Property (_EasyDAClientConfiguration)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.ComTypes Namespace > _EasyDAClientConfiguration Interface : ServiceProviderEndpointDescriptor Property
Provider endpoint descriptor.
Syntax
'Declaration
 
<NotNullAttribute()>
Property ServiceProviderEndpointDescriptor As EndpointDescriptor
'Usage
 
Dim instance As _EasyDAClientConfiguration
Dim value As EndpointDescriptor
 
instance.ServiceProviderEndpointDescriptor = value
 
value = instance.ServiceProviderEndpointDescriptor
[NotNull()]
EndpointDescriptor ServiceProviderEndpointDescriptor {get; set;}
[NotNull()]
property EndpointDescriptor^ ServiceProviderEndpointDescriptor {
   EndpointDescriptor^ get();
   void set (    EndpointDescriptor^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012; .NET Core: Linux, macOS, Microsoft Windows

See Also

Reference

_EasyDAClientConfiguration Interface
_EasyDAClientConfiguration Members