←Select platform

IsGroup Property

Summary

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

Syntax

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

Property Value

Gets or sets if this is a group element.

Requirements

Target Platforms

Help Version 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly