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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > EasyDAClientManagement Class : ServiceProviderEndpointDescriptor Property
Provider endpoint descriptor.
Syntax
'Declaration
 
Public Property ServiceProviderEndpointDescriptor As EndpointDescriptor
'Usage
 
Dim instance As EasyDAClientManagement
Dim value As EndpointDescriptor
 
instance.ServiceProviderEndpointDescriptor = value
 
value = instance.ServiceProviderEndpointDescriptor
public EndpointDescriptor ServiceProviderEndpointDescriptor {get; set;}
public:
property EndpointDescriptor^ ServiceProviderEndpointDescriptor {
   EndpointDescriptor^ get();
   void set (    EndpointDescriptor^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also