BaseDirectory Property

Summary

Gets or sets the base directory.

Syntax
C#
VB
C++
public string BaseDirectory { get; set; } 
  
Public Property BaseDirectory As String 
public: 
property String^ BaseDirectory { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The base directory.

Remarks

This is the location of the LEADTOOLS PACS Framework files. Normally this would be the installation directory.

Example

For an example refer to InstallService

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.Dicom.Server.Admin Assembly