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






In This Topic
    MessageID Property
    In This Topic
    Implementation-specific value. It distinguishes this Message from other Messages.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MessageID As System.UShort
    'Usage
     
    
    Dim instance As CStoreRequestArgs
    Dim value As System.UShort
     
    value = instance.MessageID
    public System.ushort MessageID {get;}
    public read-only property MessageID: System.Word; 
    public function get MessageID : System.ushort
    public: __property System.ushort get_MessageID();
    public:
    property System.ushort MessageID {
       System.ushort get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also