ConfigurationObject Property

Summary
Gets or sets the configuration object that holds all the configuration settings that are unique to this external store add-in.
Syntax
C#
VB
C++
public abstract object ConfigurationObject { get; set; } 
  
Public MustOverride Property ConfigurationObject As Object 
public: 
abstract property Object^ ConfigurationObject { 
   Object^ get(); 
   void set (    Object^ ); 
} 

Property Value

the configuration object that holds all the configuration settings unique to this external store add-in

Remarks

For an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.