| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomCommandPriorityType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum DicomCommandPriorityType : Enum | |
| C++/CLI | |
|---|---|
public enum class DicomCommandPriorityType : public Enum | |
| Member | Description |
|---|---|
| Low | Low priority message. |
| Medium | Medium priority message. |
| Heigh | High priority message. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomCommandPriorityType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code