C#
VB
C++
The file path for the XML catalog which contains the information for the DICOM storage database.
[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)
}
The file path for the XML catalog.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET