LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

ManageServiceUrl Property

Show in webframe



Gets or sets the WCF Service URL which implement the Leadtools.Dicom.WCF.IManageService interface.
Syntax
'Declaration
 
Public Property ManageServiceUrl As String
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As String
 
instance.ManageServiceUrl = value
 
value = instance.ManageServiceUrl
public string ManageServiceUrl {get; set;}
public:
property String^ ManageServiceUrl {
   String^ get();
   void set (    String^ value);
}

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

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.