MessageId Property

Summary

Gets or sets the Message ID being responded to

Syntax
C#
VB
C++
public int MessageId { get; set; } 
  
Public Property MessageId As Integer 
public: 
property int MessageId { 
   int get(); 
   void set (    int ); 
} 

Property Value

A System.Int32 value that represents Message ID

Example

For an example, refer to Get(DicomScp,String,List<PresentationContext>)

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly