IsMessage Property

Summary

Boolean accessor and setter to flag an element as a message. Returns true if this is a message element; otherwise, it returns false.

Syntax
C#
VB
C++
Public Property IsMessage As Boolean 
public bool IsMessage { get; set; } 
public: 
property bool IsMessage { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Gets or sets if this is a message element.

Requirements

Target Platforms

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

Leadtools.Medical.HL7 Assembly