'Declaration
<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
[Obsolete("This property should be replaced by OperationBaseArgs.Command (e.Command) which also handles DICOM Asynchronous operations")] public DicomDataSet Command {get;}
[Obsolete("This property should be replaced by OperationBaseArgs.Command (e.Command) which also handles DICOM Asynchronous operations")] public: property DicomDataSet^ Command { DicomDataSet^ get(); }