| Visual Basic (Declaration) | |
|---|---|
Overloads Public Shared Function GetDicomCommandsSettings() As DicomCommandsSettings | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value As DicomCommandsSettings value = DicomCommandsSettings.GetDicomCommandsSettings() | |
| C# | |
|---|---|
public static DicomCommandsSettings GetDicomCommandsSettings() | |
| C++/CLI | |
|---|---|
public: static DicomCommandsSettings^ GetDicomCommandsSettings(); | |
Return Value
The Leadtools.Dicom.Scp.Command.Configuration.DicomCommandsSettings section from the default application configuration file.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code