MoveOriginatorAET Property
In This Topic
Contains the DICOM AE Title of the DICOM AE that invoked the C-MOVE operation from which this C-STORE sub-operation is being performed.
Syntax
'Declaration
Public ReadOnly Property MoveOriginatorAET As System.String
'Usage
Dim instance As CStoreRequestArgs
Dim value As System.String
value = instance.MoveOriginatorAET
public System.string MoveOriginatorAET {get;}
public read-only property MoveOriginatorAET: System.String;
public function get MoveOriginatorAET : System.String
public: __property System.string* get_MoveOriginatorAET();
public:
property System.String^ MoveOriginatorAET {
System.String^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also