←Select platform

CatalogPath Property

Summary

The file path for the XML catalog which contains the information for the DICOM storage database.

Syntax
C#
VB
C++
[ConfigurationPropertyAttribute("catalogPath", IsRequired=false)] 
public string CatalogPath { get; set; } 
<ConfigurationPropertyAttribute("catalogPath", IsRequired:=false)>  
Public Property CatalogPath() As String 
   Get 
   Set 
public:  
   [ConfigurationPropertyAttribute(L"catalogPath", IsRequired=false)] 
   property String^ CatalogPath 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The file path for the XML catalog.

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

Leadtools.Medical.Storage.DataAccessLayer Assembly

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