DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / CStoreRequestArgs Class / Command Property






In This Topic
    Command Property (CStoreRequestArgs)
    In This Topic
    This field distinguishes the DIMSE-C operation conveyed by this Message. The value of this field shall be set to 0001H for the C-STORE-RQ Message.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Command As System.UShort
    'Usage
     
    
    Dim instance As CStoreRequestArgs
    Dim value As System.UShort
     
    value = instance.Command
    public System.ushort Command {get;}
    public read-only property Command: System.Word; 
    public function get Command : System.ushort
    public: __property System.ushort get_Command();
    public:
    property System.ushort Command {
       System.ushort get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also