'Declaration
 
Public Property QueryServiceUrl As String
             
        
            
            'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As String
 
instance.QueryServiceUrl = value
 
value = instance.QueryServiceUrl
             
        
            
            public string QueryServiceUrl {get; set;}
             
        
            
            public:
property String^ QueryServiceUrl {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
            Property Value
Set this value with the a 
System.Stringrepresenting the address of the WCF Service implementing the 
Leadtools.Dicom.WCF.IQueryService.
 
            
            
            
            
            Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.