←Select platform

QueryServiceUrl Property

Summary

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

Syntax

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

Property Value

Set this value with the a System.Stringrepresenting the address of the WCF Service implementing the Leadtools.Dicom.WCF.IQueryService.

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