| Visual Basic (Declaration) | |
|---|---|
Public Property Status As DicomCommandStatusType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomCommandStatusType Status {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property DicomCommandStatusType get_Status(); public: __property void set_Status( DicomCommandStatusType value ); | |
| C++/CLI | |
|---|---|
public: property DicomCommandStatusType Status { DicomCommandStatusType get(); void set (DicomCommandStatusType value); } | |
Return Value
The status.Objects that respond to the Moved event should set the status to represent the success of a store operation. The status
defaults to Success.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Copy Code