DoUseExternalStoreSettings Property (original) (raw)
Syntax
public bool DoUseExternalStoreSettings { get; set; }
public:
property bool DoUseExternalStoreSettings {
bool get();
void set ( bool );
}
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
.
Leadtools.Dicom.Scp Assembly