'Declaration Public ReadOnly Property Level As Integer
'Usage Dim instance As InfoMessageArgs Dim value As Integer value = instance.Level
public int Level {get;}
'Declaration Public ReadOnly Property Level As Integer
'Usage Dim instance As InfoMessageArgs Dim value As Integer value = instance.Level
public int Level {get;}
Enumerated values as follows:
0 - Fatal Error
1 - Protocol Error
2 - Warning
3 - Information
4 - Debugging trace
Will be put into DicomObjects.Enums in the near future.