Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.Scp.Command.NAction.PatientUpdater Namespace > PatientUpdaterCommand Class : ExternalStoreDataAccess Property |
public IExternalStoreDataAccessAgent ExternalStoreDataAccess {get; set;}
'Declaration Public Property ExternalStoreDataAccess As IExternalStoreDataAccessAgent
'Usage Dim instance As PatientUpdaterCommand Dim value As IExternalStoreDataAccessAgent instance.ExternalStoreDataAccess = value value = instance.ExternalStoreDataAccess
public: property IExternalStoreDataAccessAgent^ ExternalStoreDataAccess { IExternalStoreDataAccessAgent^ get(); void set ( IExternalStoreDataAccessAgent^ value); }