Command Property (DicomAssociation)
The full command dataset received
[System.Obsolete("This property should be replaced by OperationBaseArgs.Command (e.Command) which also handles DICOM Asynchronous operations")]
public DicomDataSet Command {get;}
System.ObsoleteAttribute("This property should be replaced by OperationBaseArgs.Command (e.Command) which also handles DICOM Asynchronous operations")
public function get Command : DicomDataSet
[System.Obsolete("This property should be replaced by OperationBaseArgs.Command (e.Command) which also handles DICOM Asynchronous operations")]
public: __property DicomDataSet* get_Command();
[System.Obsolete("This property should be replaced by OperationBaseArgs.Command (e.Command) which also handles DICOM Asynchronous operations")]
public:
property DicomDataSet^ Command {
DicomDataSet^ get();
}
'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
'Usage
Dim instance As DicomAssociation
Dim value As DicomDataSet
value = instance.Command
Target Platforms: .NET CLR 4.8 or higher