Gets or sets a value indicating whether to use the external store (cloud) settings to determine where the
Leadtools.Dicom.DicomDataSet will be saved when
DoExecute gets called.
public bool DoUseExternalStoreSettings {get; set;}
'Declaration
Public Property DoUseExternalStoreSettings As Boolean
'Usage
Dim instance As CStoreCommand
Dim value As Boolean
instance.DoUseExternalStoreSettings = value
value = instance.DoUseExternalStoreSettings
public:
property bool DoUseExternalStoreSettings {
bool get();
void set ( bool value);
}
Property Value
true
to use the external store (cloud) settings to determine where the
Leadtools.Dicom.DicomDataSet will be saved when
DoExecute gets called; otherwise,
false
.