Status Property (DicomAssociation)
In This Topic
Array containing the status codes returned by the last
SendInstances or
Echo action
Syntax
'Declaration
Public ReadOnly Property Status As System.Integer()
'Usage
Dim instance As DicomAssociation
Dim value() As System.Integer
value = instance.Status
public System.int[] Status {get;}
public read-only property Status: System.array of Integer;
public function get Status : System.int[]
public: __property System.int[]* get_Status();
public:
property System.array<int>^ Status {
System.array<int>^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also