'Declaration
 
Public Property ObjectRetrieveServiceUrl As String
             
        
            
            'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As String
 
instance.ObjectRetrieveServiceUrl = value
 
value = instance.ObjectRetrieveServiceUrl
             
        
            
            public string ObjectRetrieveServiceUrl {get; set;}
             
        
            
            public:
property String^ ObjectRetrieveServiceUrl {
   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.IObjectRetrieveService.
 
            
            
            
            
            Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.