←Select platform

StoreServiceUrl Property

Summary

Gets or sets the WCF Service URL which implement the Leadtools.Dicom.WCF.IStoreService interface.

Syntax

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

Property Value

Set this value with the System.String representing the address of the WCF Service implementing the Leadtools.Dicom.WCF.IStoreService.

Example

Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly