Repetition Property

Summary

Accessor and setter for the maximum repetitions allowed.

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

Property Value

Gets or sets the maximum repetitions of the field.

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