'Declaration
Public ReadOnly Property Status As Integer()
'Usage
Dim instance As DicomAssociation Dim value() As Integer value = instance.Status
public int[] Status {get;}
public: property array<int>^ Status { array<int>^ get(); }
'Declaration
Public ReadOnly Property Status As Integer()
'Usage
Dim instance As DicomAssociation Dim value() As Integer value = instance.Status
public int[] Status {get;}
public: property array<int>^ Status { array<int>^ get(); }
This property contains the result of an outgoing operation on the DicomAssociation. This array is cleared before each operation, and the number of elements therefore reflects the number of images sent.
After a SendVerify operation, the element will contain only one value, so LastStatus is normally more appropriate.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2