WorkstationDataAccessConfigurationView Constructor(Configuration,string,string)

Summary

Initializes a new instance of the WorkstationDataAccessConfigurationView class with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal configuration As Configuration, _ 
   ByVal productName As String, _ 
   ByVal serviceName As String _ 
) 
public: 
WorkstationDataAccessConfigurationView(  
   Configuration^ configuration, 
   String^ productName, 
   String^ serviceName 
) 

Parameters

configuration
The System.Configuration.Configuration object used to read the configuration settings.

productName
The product name that the settings will be loaded.

serviceName
The service name that the settings will be loaded.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly