Gets or sets the default Query and Retrieve DICOM server for the Search control.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared Property DefaultQueryRetrieveServer As ScpInfo |
| C# | |
|---|
public static ScpInfo DefaultQueryRetrieveServer {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property static ScpInfo* get_DefaultQueryRetrieveServer();
public: __property static void set_DefaultQueryRetrieveServer(
ScpInfo* value
); |
Return Value
An
ScpInfo representing the the default Query/Retrieve DICOM server for the Search control.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also