Visual Basic (Declaration) | |
---|---|
Public Property QueryConfigurationSection As ServiceConfigurationElement |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ServiceConfigurationElement QueryConfigurationSection {get; set;} |
C++/CLI | |
---|---|
public: property ServiceConfigurationElement^ QueryConfigurationSection { ServiceConfigurationElement^ get(); void set (ServiceConfigurationElement^ value); } |
Return Value
A ServiceConfigurationElement containing the information needed to create the DICOM Query plug-in.Please check our WCF DICOM Service configuration file, located in the DICOMWCFService.csproj project
This property is defined in the configuration file with the name "queryConfigurationSection"
This configuration element is required to exist in the configuration file.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family