Repeating Property

Summary
Boolean accessor and setter to flag element as repeatable. Returns true if this element may be repeated; otherwise, returns false.
Syntax
C#
VB
C++
Public Property Repeating As Boolean 
public bool Repeating { get; set; } 
public: 
property bool Repeating { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Gets or sets if this element allows repetition.

Requirements

Target Platforms

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

Leadtools.Medical.HL7 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.