Command Property (DicomAssociation)
In This Topic
The full command dataset received
Syntax
'Declaration
<System.ObsoleteAttribute("This property should be replaced by OperationBaseArgs.Command (e.Command) which also handles DICOM Asynchronous operations")>
Public ReadOnly Property Command As DicomDataSet
[System.Obsolete("This property should be replaced by OperationBaseArgs.Command (e.Command) which also handles DICOM Asynchronous operations")]
public DicomDataSet Command {get;}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also