←Select platform

RepetitionContainerNode Property

Summary

Boolean accessor and setter for this node's functionality definition. Returns true if this is an element that contains other nodes and has no other functionality. Otherwise, it returns false.

Syntax

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

Property Value

Gets or sets value that indicates whether this is a container element/node.

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