←Select platform

ManageServiceUrl Property

Summary

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

Syntax

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

Property Value

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

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