←Select platform

ReadConfiguration Method

Summary

Returns the configuration for a component.

Syntax

C#
VB
C++
public virtual string ReadConfiguration( 
   string componentName 
) 
  
Public Overridable Function ReadConfiguration( _ 
   ByVal componentName As String _ 
) As String 
public: 
virtual String^ ReadConfiguration(  
   String^ componentName 
)  

Parameters

componentName
Type: System.String The component name which configuration will be returned.

Return Value

Type: System.String The configuration for the component.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly