MoveOriginatorMessageID Property
In This Topic
Contains the Message ID (0000,0110) of the C-MOVE-RQ Message from which this C-STORE sub-operations is being performed.
Syntax
'Declaration
Public ReadOnly Property MoveOriginatorMessageID As System.UShort
'Usage
Dim instance As CStoreRequestArgs
Dim value As System.UShort
value = instance.MoveOriginatorMessageID
public System.ushort MoveOriginatorMessageID {get;}
public read-only property MoveOriginatorMessageID: System.Word;
public function get MoveOriginatorMessageID : System.ushort
public: __property System.ushort get_MoveOriginatorMessageID();
public:
property System.ushort MoveOriginatorMessageID {
System.ushort get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also