Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ImagesDirectory Property
See Also 
Leadtools.Dicom.Services Namespace > StorageServiceConfigurationElement Class : ImagesDirectory Property



Gets or sets the physical directory for storing the DICOM objects and images.

Syntax

Visual Basic (Declaration) 
Public Property ImagesDirectory As String
Visual Basic (Usage)Copy Code
Dim instance As StorageServiceConfigurationElement
Dim value As String
 
instance.ImagesDirectory = value
 
value = instance.ImagesDirectory
C# 
public string ImagesDirectory {get; set;}
C++/CLI 
public:
property String^ ImagesDirectory {
   String^ get();
   void set (    String^ value);
}

Property Value

The path of the directory used by the Store plug-in to store the DICOM objects and images.

Example

Please check our WCF DICOM Service configuration file, located in the DICOMWCFService.csproj project

Remarks

This property is defined in the configuration file with the name "imagesDirectory"

This configuration element is required to exist in the configuration file.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also