Gets or sets a value indicating whether the Queue Manager control should load the DICOM images once they are retrieved successfully.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Property QueueAutoLoad As Boolean |
C# | |
---|
public static bool QueueAutoLoad {get; set;} |
Managed Extensions for C++ | |
---|
public: __property static bool get_QueueAutoLoad();
public: __property static void set_QueueAutoLoad(
bool value
); |
C++/CLI | |
---|
public:
static property bool QueueAutoLoad {
bool get();
void set (bool value);
} |
Return Value
True to load the DICOM images once they are retrieved successfully; otherwise it is false.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also