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
'Usage
Dim instance As DicomAssociation
Dim value As DicomDataSet
value = instance.Command
[System.Obsolete("This property should be replaced by OperationBaseArgs.Command (e.Command) which also handles DICOM Asynchronous operations")]
public DicomDataSet Command {get;}
public read-only property Command: DicomDataSet;
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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also