Gets or sets the WCF Service URL which implement the
Leadtools.Dicom.WCF.IStoreService interface.
public string StoreServiceUrl {get; set;}
'Declaration
Public Property StoreServiceUrl As String
'Usage
Dim instance As MedicalWebViewerLoader
Dim value As String
instance.StoreServiceUrl = value
value = instance.StoreServiceUrl
public:
property String^ StoreServiceUrl {
String^ get();
void set ( String^ value);
}
Property Value
Set this value with the
System.String representing the address of the WCF Service implementing the
Leadtools.Dicom.WCF.IStoreService.
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.